RawApiMap typedef

RawApiMap = Map<String, dynamic>

Typedef of default json deserialization

Implementation

typedef RawApiMap = Map<String, dynamic>;