curYearAsString top-level property

String curYearAsString

Returns local current year as a # String formatted YYYY (ex. '2019').

Implementation

String get curYearAsString {
  return formatCurDate(format: 'YYYY');
}