player property

List<int>? get player

Implementation

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