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
Map<String, dynamic> parseData(Map<String, dynamic> json) => json;
Parses data into a concrete type for the given operation
This is a simple wrapper on the static fromJson method on the generated class.
@override
Map<String, dynamic> parseData(Map<String, dynamic> json) => json;