count property
int
get
count
Gets the number of elements contained in the collection. Read-only
Implementation
int get count {
return _rawFormats.length;
}
Gets the number of elements contained in the collection. Read-only
int get count {
return _rawFormats.length;
}