RawApiMap typedef

RawApiMap = Map<String, dynamic>

Typedef of api response

Implementation

typedef RawApiMap = Map<String, dynamic>;