current property Null safety

Strings current

Implementation

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