operator [] method

_Format operator [](
  1. dynamic index
)

Indexer of the class

Implementation

// ignore: library_private_types_in_public_api
_Format operator [](dynamic index) => _rawFormats[index]!;