menu
value_object_pattern package
documentation
domain/value_objects/full_name_value.dart
FullNameValue
FullNameValue.new constructor
FullNameValue.new constructor
dark_mode
light_mode
FullNameValue
constructor
FullNameValue
(
{
String
defaultValue
=
""
,
bool
isRequired
=
false
,
})
Implementation
FullNameValue({ super.defaultValue = "", super.isRequired = false, });
value_object_pattern package
documentation
domain/value_objects/full_name_value
FullNameValue
FullNameValue.new constructor
FullNameValue class