Json typedef

Json = Map<String, Object?>

Implementation

typedef Json = Map<String, Object?>;