menu
value_object_pattern package
documentation
domain/value_objects/uri_value.dart
URIValue
doParse method
doParse method
dark_mode
light_mode
doParse
method
@
override
Uri
?
doParse
(
String
?
parseValue
)
override
Implementation
@override Uri? doParse(String? parseValue) => Uri.parse(parseValue ?? "");
value_object_pattern package
documentation
domain/value_objects/uri_value
URIValue
doParse method
URIValue class