menu
value_object_pattern package
documentation
domain/value_objects/date_time_value.dart
DateTimeValue
DateTimeValue.new constructor
DateTimeValue.new constructor
dark_mode
light_mode
DateTimeValue
constructor
DateTimeValue
(
{
DateTime
?
defaultValue
,
bool
isRequired
=
false
,
DateTime
?
maxValue
,
DateTime
?
minValue
,
})
Implementation
DateTimeValue({ super.defaultValue, super.isRequired = false, this.maxValue, this.minValue, });
value_object_pattern package
documentation
domain/value_objects/date_time_value
DateTimeValue
DateTimeValue.new constructor
DateTimeValue class