menu
dgis_mobile_sdk_full package
documentation
dgis.dart
KeyFromAsset
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
KeyFromAsset
copyWith
(
{
String
?
path
,
})
Implementation
KeyFromAsset copyWith({ String? path }) { return KeyFromAsset( path ?? this.path ); }
dgis_mobile_sdk_full package
documentation
dgis
KeyFromAsset
copyWith method
KeyFromAsset class