getWorld method

WorldBloc? getWorld(
  1. String name
)

Implementation

WorldBloc? getWorld(String name) => _worlds[name];