RawApiList typedef Null safety

RawApiList = List

Typedef of default json list deserialization

Implementation

typedef RawApiList = List<dynamic>;