dart · dart/NoSuchMethodError
NoSuchMethodError
NoSuchMethodError
Thrown when a method, getter, setter, or operator is invoked on an object that does not have that member. Commonly triggered by calling a method on null in legacy (non-null-safe) code.