ActionPlaySound constructor

ActionPlaySound({
  1. String url = '',
  2. int count = 1,
  3. String id = '',
})

Implementation

ActionPlaySound({
    this.url = '',
    this.count = 1,
    this.id = '',
});