customer property

List<String>? customer

Implementation

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