Sound constructor

Sound({
  1. String file = '',
  2. List<Animation>? animations,
})

Implementation

Sound({this.file = '', List<Animation>? animations})
  : animations = animations ?? [];