FetchableItem constructor

FetchableItem({
  1. String? ItemName,
  2. String? DisplayName,
  3. int? TotalCount,
  4. int? FetchedDataCount,
})

Implementation

FetchableItem({this.ItemName, this.DisplayName, this.TotalCount, this.FetchedDataCount});