SecondTimestampValueType constructor Null safety

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

Implementation

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