values property

List<String>? get values

Implementation

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