JsonMapObject typedef

JsonMapObject = Map<String, Object?>

A type definition for a map that represents a JSON map of Map<String, Object?>.

Implementation

typedef JsonMapObject = Map<String, Object?>;