copyWith method
Implementation
MatchedSubstringGoogle copyWith({
int? length,
int? offset,
}) =>
MatchedSubstringGoogle(
length: length ?? this.length,
offset: offset ?? this.offset,
);
MatchedSubstringGoogle copyWith({
int? length,
int? offset,
}) =>
MatchedSubstringGoogle(
length: length ?? this.length,
offset: offset ?? this.offset,
);