toDateTimeTz method

String toDateTimeTz (
  1. {int value}
)

DATETIME (with timezone) equivalent column with precision (total digits).

Implementation

String toDateTimeTz({int value}) {
  return "\$table->dateTimeTz('$this', $value);";
}