REVERSE_OPS top-level property

Map<int, String> REVERSE_OPS
getter/setter pair

Implementation

Map<int, String> REVERSE_OPS = Map.fromEntries(
    OPS.entries.toList().map((e) => MapEntry<int, String>(e.value, e.key)));