menu
google_map_service package
documentation
data/models/google_map/routes_response.dart
Distance
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Distance
copyWith
(
{
String
?
text
,
})
Implementation
Distance copyWith({String? text}) { return Distance(text: text ?? this.text); }
google_map_service package
documentation
data/models/google_map/routes_response
Distance
copyWith method
Distance class