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