year property

  1. @BuiltValueField.new(wireName: r'year')
int get year

Applicable tax year in the YYYY format.

Implementation

@BuiltValueField(wireName: r'year')
int get year;