parseData method
Parses data into a concrete type for the given operation
This is a simple wrapper on the static fromJson method on the generated class.
Implementation
@override
_i2.GReviewsData? parseData(Map<String, dynamic> json) =>
_i2.GReviewsData.fromJson(json);