TimestampType constructor

const TimestampType()

Implementation

const TimestampType()
    : super(
        codec: TypeConverters.timestamp,
        typeName: 'timestamp',
        pgType: PgType.timestamp,
      );