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