current property

EditorLang get current

Implementation

static EditorLang get current {
  assert(_current != null,
      'No instance of EditorLang was loaded. Try to initialize the EditorLang delegate before accessing EditorLang.current.');
  return _current!;
}