parse abstract method

T parse(
  1. Map<String, dynamic> json
)

Parses a JSON map into the response type.

Implementation

T parse(Map<String, dynamic> json);