current property

ChalonaServer get current

Implementation

static ChalonaServer get current {
  if (_current == null) throw Exception('ChalonaServer no iniciado');
  return _current!;
}