attributesLength property

int get attributesLength

Returns the size of attributes Map.

Implementation

int get attributesLength => _attributes?.length ?? 0;