ThemedMapController class

Constructors

ThemedMapController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(ThemedMapControllerListener listener) → void
addListener adds a new listener to the controller.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(ThemedMapEvent event) → void
notify notifies all listeners of the controller.
removeListener(ThemedMapControllerListener listener) → void
removeListener removes a listener from the controller.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited