MapObject<T> class abstract

A common interface for maps types.

Implementers

Constructors

MapObject()

Properties

hashCode int
The hash code for this object.
no setterinherited
mapId MapObjectId
A unique identifier for this object in the scope of a single YandexMap
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() → T
Returns a duplicate of this object.
dup(MapObjectId mapId) → T
Creates a new copy of T with the same attributes as the original except its id
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this object to something serializable in JSON.
toString() String
A string representation of this object.
inherited

Operators

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