copyWith method
Implementation
GoogleErrorResponse copyWith({ErrorInfo? error}) {
return GoogleErrorResponse(error: error ?? this.error);
}
GoogleErrorResponse copyWith({ErrorInfo? error}) {
return GoogleErrorResponse(error: error ?? this.error);
}