BMFOverlay class Null safety

地图覆盖物基类

Implementers
Available Extensions

Constructors

BMFOverlay({bool? visible, int? zIndex})
BMFOverlay.fromMap(Map map)
map => BMFOverlay

Properties

hashCode → int
The hash code for this object.
read-only, inherited
Id → String
获取id
@Deprecated('Use `id` method instead since 3.2.0'), read-only
id → String
获取id since 3.2.0
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
visible ↔ bool?
overlay是否可见
read / write
zIndex ↔ int?
元素的堆叠顺序
read / write

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override