timestampsTz method

void timestampsTz({
  1. bool useCurrent = true,
  2. int precision = 3,
})

Implementation

void timestampsTz({bool useCurrent = true, int precision = 3}) {
  timestamps(
    useCurrent: useCurrent,
    timezoneAware: true,
    precision: precision,
  );
}