name property

List<String>? name

Implementation

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