isEmpty property

bool isEmpty

Returns true if the properties map IS empty

Implementation

bool get isEmpty => this._map.isEmpty;