Json typedef

Json = Map<String, dynamic>

type def

Implementation

typedef Json = Map<String, dynamic>;