menu
iapetus_meta
typing
TimestampValueType
<
J
>
TimestampValueType const constructor
TimestampValueType
brightness_4
TimestampValueType<
J
>
constructor
Null safety
const
TimestampValueType<
J
>
(
{
required
bool
optional
,
DateTime
?
defaultValue
}
)
Implementation
const TimestampValueType({required super.optional, super.defaultValue});
iapetus_meta
typing
TimestampValueType
<
J
>
TimestampValueType const constructor
TimestampValueType class
Constructors
TimestampValueType
Properties
dartTypeReference
defaultValue
fromJsonFunctionReference
hashCode
mandatoryFromJsonFunctionReference
mandatoryToJsonFunctionReference
name
optional
optionalFromJsonFunctionReference
optionalToJsonFunctionReference
runtimeType
toJsonFunctionReference
Methods
asOptional
convertFromJson
convertToJson
mandatoryFromJson
mandatoryToJson
noSuchMethod
optionalFromJson
optionalToJson
toJson
toString
updateDartTypeReference
Operators
operator ==