JSON typedef
JSON = Object?
Type definition for JSON data.
Implementation
typedef JSON = Object? /* Map<String, JSON>|List<JSON>|String|bool|num|Null */;
Type definition for JSON data.
typedef JSON = Object? /* Map<String, JSON>|List<JSON>|String|bool|num|Null */;