DeviceMigrationLogListingDTO constructor

const DeviceMigrationLogListingDTO({
  1. List<DeviceMigrationLogDTO>? items,
  2. int? count,
})

Implementation

const DeviceMigrationLogListingDTO({
  this.items,
  this.count,
});