copyWith method
Implementation
@override
AuthenticationCodeTypeFlashCall copyWith({
String? pattern,
}) => AuthenticationCodeTypeFlashCall(
pattern: pattern ?? this.pattern,
);
@override
AuthenticationCodeTypeFlashCall copyWith({
String? pattern,
}) => AuthenticationCodeTypeFlashCall(
pattern: pattern ?? this.pattern,
);