SyncableItem constructor

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

Implementation

SyncableItem({this.ItemName, this.DisplayName, this.TotalCount, this.SyncableCount});