copyWith method
Implementation
AndroidArg copyWith({
String? longLabel,
String? uri,
bool? enabled,
}) =>
AndroidArg(
longLabel: longLabel ?? this.longLabel,
uri: uri ?? this.uri,
);
AndroidArg copyWith({
String? longLabel,
String? uri,
bool? enabled,
}) =>
AndroidArg(
longLabel: longLabel ?? this.longLabel,
uri: uri ?? this.uri,
);