Model class abstract
describes model presentation of PlacemarkMapObject
- Implemented types
Constructors
- Model()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- modelStyle ↔ ModelStyle
-
describes style of the model
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isValid(
) → bool - Usable only in runWithBlockUi or listener handlers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setData(
DataProviderWithId gltfDataProvider, Callback onFinished) → void - Sets gltf data provider.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited