defaultWorld property

WorldBloc get defaultWorld

Implementation

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