copyWith method
Implementation
ReportAuthenticationCodeMissing copyWith({String? mobileNetworkCode}) =>
ReportAuthenticationCodeMissing(
mobileNetworkCode: mobileNetworkCode ?? this.mobileNetworkCode,
);
ReportAuthenticationCodeMissing copyWith({String? mobileNetworkCode}) =>
ReportAuthenticationCodeMissing(
mobileNetworkCode: mobileNetworkCode ?? this.mobileNetworkCode,
);