attributesLength property

int get attributesLength

Returns the size of attributes Map.

Implementation

int get attributesLength => _attributes != null ? _attributes!.length : 0;