attributesLength property
int
get
attributesLength
Returns the size of attributes Map.
Implementation
int get attributesLength => _attributes != null ? _attributes!.length : 0;
Returns the size of attributes Map.
int get attributesLength => _attributes != null ? _attributes!.length : 0;