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]!;