numbers top-level property

Map<String, int> numbers
getter/setter pair

Implementation

Map<String, int> numbers = {'one': 1, 'two': 2};