states property

List<String>? get states

Implementation

List<String>? get states => (_$data['states'] as List<String>?);