menu
ella package
documentation
marshal/MarshalledObject.dart
MarshalledObject
isMap method
isMap method
dark_mode
light_mode
isMap
method
bool
isMap
(
)
Whether object is a Map
Implementation
bool isMap() { return this._rawValue is Map; }
ella package
documentation
marshal/MarshalledObject
MarshalledObject
isMap method
MarshalledObject class