DeviceTierSet constructor

DeviceTierSet({
  1. List<DeviceTier>? deviceTiers,
})

Implementation

DeviceTierSet({
  this.deviceTiers,
});