team property

List<int>? team

Implementation

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