WPTableStringsConfig.defaultConfig constructor

WPTableStringsConfig.defaultConfig()

Implementation

factory WPTableStringsConfig.defaultConfig() {
  return WPTableStringsConfig(
    noItemsFound: 'No items found',
    itemsSelected: (int count) => '$count selected',
  );
}