current property

Implementation

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