year property

int? get year

Implementation

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