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