AndroidSound constructor

const AndroidSound(
  1. int value
)

Implementation

const AndroidSound(this.value)
    : assert(value >= 1),
      assert(value <= 3);