ResponsiveDataGridState<TItem extends Object> constructor

ResponsiveDataGridState<TItem extends Object>()

Implementation

ResponsiveDataGridState() {
  //Validate that everything is setup correctly.
  if (TItem == Object)
    throw UnsupportedError("You must specify a generic type for the grid.");
}