IosSound constructor

const IosSound(
  1. int value
)

Implementation

const IosSound(this.value)
    : assert(value >= 1000),
      assert(value <= 2000);