timestampArray constant

GenericType<List<DateTime>> const timestampArray

Must be a List<DateTime> (microsecond date and time precision)

Implementation

static const timestampArray = GenericType<List<DateTime>>(
  TypeOid.timestampArray,
);