menu
value_object_pattern package
documentation
domain/value_objects/int_value.dart
IntValue
IntValue.new constructor
IntValue.new constructor
dark_mode
light_mode
IntValue
constructor
IntValue
(
{
int
?
defaultValue
,
bool
isRequired
=
false
,
})
Implementation
IntValue({super.defaultValue, super.isRequired = false});
value_object_pattern package
documentation
domain/value_objects/int_value
IntValue
IntValue.new constructor
IntValue class