current property

Implementation

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