StatefulMapControllerStateChange class
Desctiption of a state change
Constructors
- StatefulMapControllerStateChange({@required MapControllerChangeType type, @required String name, @required dynamic value, Function from})
- Name and value of the change
Properties
- from → Function
-
Where the change comes from
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
Name of the change
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → MapControllerChangeType
-
The change type
final
- value → dynamic
-
Value of the change
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
String representation
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited