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