JSON typedef

JSON = Map<String, dynamic>

A nice name form JSON objects.

Implementation

typedef JSON = Map<String, dynamic>;