EpochTimestampValueType constructor Null safety

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

Implementation

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