Json typedef Null safety

Json = Map<String, dynamic>

A map with string keys

Implementation

typedef Json = Map<String, dynamic>;