IDKitUpdateType constructor

const IDKitUpdateType({
  1. required String key,
  2. TableViewRefresh refresh = TableViewRefresh.single,
})

Implementation

const IDKitUpdateType({
  required this.key,
  this.refresh = TableViewRefresh.single,
});