current property Null safety
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!;
}
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!;
}