current property

SuperFormTranslation get current

Implementation

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