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