menu
iapetus_meta
typing
DateValueType
DateValueType const constructor
DateValueType
brightness_4
DateValueType
constructor
Null safety
const
DateValueType
(
{
required
bool
optional
,
DateTime
?
defaultValue
}
)
Implementation
const DateValueType({required super.optional, super.defaultValue});
iapetus_meta
typing
DateValueType
DateValueType const constructor
DateValueType class
Constructors
DateValueType
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 ==