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