defaultWorld property
Implementation
WorldBloc get defaultWorld =>
_worlds[defaultWorldName] ??
(_worlds[defaultWorldName] = WorldBloc(
SetonixData.empty(),
this,
defaultWorldName,
));
WorldBloc get defaultWorld =>
_worlds[defaultWorldName] ??
(_worlds[defaultWorldName] = WorldBloc(
SetonixData.empty(),
this,
defaultWorldName,
));