score property

int? get score

Implementation

int? get score => (_$data['score'] as int?);