InitialStates typedef

InitialStates = Map<Type, Object?>

Signature for map with IsolateBlocBases and their initial states.

Implementation

typedef InitialStates = Map<Type, Object?>;