copyWith method
Implementation
TermGoogle copyWith({
int? offset,
String? value,
}) =>
TermGoogle(
offset: offset ?? this.offset,
value: value ?? this.value,
);
TermGoogle copyWith({
int? offset,
String? value,
}) =>
TermGoogle(
offset: offset ?? this.offset,
value: value ?? this.value,
);