of static method

Implementation

static PagedDataTableLocalization of(BuildContext context) {
  final instance = PagedDataTableLocalization.maybeOf(context);
  assert(instance != null,
      'No instance of PagedDataTableLocalization present in the widget tree. Did you add PagedDataTableLocalization.delegate in localizationsDelegates?');
  return instance!;
}