parse abstract method

T parse(
  1. Map<String, Object?> raw
)

Parse the raw data received from the API into an instance of the type of this manager.

Implementation

T parse(Map<String, Object?> raw);