ServerBloc constructor

ServerBloc()

Implementation

ServerBloc()
    : super(const ServerState(
        server: null,
        isServerActive: false,
      ));