timestampFormat property

TimestampFormat? get timestampFormat

The custom timestamp format specified by this shape, if any.

Implementation

TimestampFormat? get timestampFormat =>
    getTrait<TimestampFormatTrait>()?.format;