absoluteBaseYear property

AFConfigurationItemInt absoluteBaseYear
final

Used to specify the year from which AFTimeState 'absolute' values are measured.

If you specify 2004 as the absolute base year, then

Implementation

static final absoluteBaseYear = AFConfigurationItemInt(
  libraryId: AFUILibraryID.id,
  name: "absolute-base-year",
  validContexts: AFConfigurationItem.validContextNewProjectCommand,
  ordinal: 400.0,
  help: "The earliest year which your app will have reason to reference, generally good to set it 1-2 years before you started creating the app",
  defaultValue: 2019,
  min: 2000,
  max: 2200);