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.GAliasedHeroData? parseData(Map<String, dynamic> json) =>
_i2.GAliasedHeroData.fromJson(json);