MicrosecondTimestampValueType constructor Null safety

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

Implementation

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