copyWith method
Implementation
InputStoryAreaTypeFoundVenue copyWith({int? queryId, String? resultId}) =>
InputStoryAreaTypeFoundVenue(
queryId: queryId ?? this.queryId,
resultId: resultId ?? this.resultId,
);
InputStoryAreaTypeFoundVenue copyWith({int? queryId, String? resultId}) =>
InputStoryAreaTypeFoundVenue(
queryId: queryId ?? this.queryId,
resultId: resultId ?? this.resultId,
);