menu
value_object_pattern package
documentation
domain/value_objects/int_value.dart
IntValue
doParse method
doParse method
dark_mode
light_mode
doParse
method
@
override
int
?
doParse
(
String
?
parseValue
)
override
Implementation
@override int? doParse(String? parseValue) => int.tryParse(parseValue ?? "");
value_object_pattern package
documentation
domain/value_objects/int_value
IntValue
doParse method
IntValue class