period property
int
get
period
Gets the fiscal period (month) number within the fiscal year (1-12).
Implementation
int get period => (quarter - 1) * 3 + periodInQuarter;
Gets the fiscal period (month) number within the fiscal year (1-12).
int get period => (quarter - 1) * 3 + periodInQuarter;