JsonMap typedef

JsonMap = Map<String, Object?>

Implementation

typedef JsonMap = Map<String, Object?>;