seasons property

List<int>? get seasons

Implementation

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