rating property

List<int>? get rating

Implementation

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