attributesLength property

int attributesLength

Returns the size of attributes Map.

Implementation

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