IslandState typedef

IslandState = Map<String, Object?>

JSON-safe island state: String|int|double|bool|null|List|Map<String,Object?>.

Implementation

typedef IslandState = Map<String, Object?>;