length property
int
get
length
Returns the number of attributes in this collection.
Implementation
int get length => _entries.length;
Returns the number of attributes in this collection.
int get length => _entries.length;