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