operator [] method
Format
operator [](
- dynamic index
Indexer of the class
Implementation
// ignore: library_private_types_in_public_api
Format operator [](dynamic index) => _rawFormats[index]!;
Indexer of the class
// ignore: library_private_types_in_public_api
Format operator [](dynamic index) => _rawFormats[index]!;