menu
dgis_mobile_sdk_full package
documentation
dgis.dart
Latitude
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Latitude
copyWith
(
{
double
?
value
,
})
Implementation
Latitude copyWith({ double? value }) { return Latitude( value ?? this.value ); }
dgis_mobile_sdk_full package
documentation
dgis
Latitude
copyWith method
Latitude class