copyWith method

RemoveSearchedForTag copyWith({
  1. String? tag,
})

Implementation

RemoveSearchedForTag copyWith({String? tag}) =>
    RemoveSearchedForTag(tag: tag ?? this.tag);