isEmpty property
bool
get
isEmpty
Returns true if the properties map IS empty
Implementation
bool get isEmpty => this._map.isEmpty;
Returns true if the properties map IS empty
bool get isEmpty => this._map.isEmpty;