isEmpty property

bool get isEmpty

Returns true if the properties map IS empty

Implementation

bool get isEmpty => this._map.isEmpty;