factory MatchedSubstringGoogle.fromJson(Map<String, dynamic> json) => MatchedSubstringGoogle( length: json["length"], offset: json["offset"], );