teams property

List<int>? get teams

Implementation

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