count property

int count

Gets the number of elements contained in the collection. Read-only

Implementation

int get count {
  return _rawFormats.length;
}