MillisecondTimestampValueType constructor Null safety

const MillisecondTimestampValueType(
  1. {required bool optional,
  2. DateTime? defaultValue}
)

Implementation

const MillisecondTimestampValueType({
  required super.optional,
  super.defaultValue,
});