value property

List<String>? get value

Implementation

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