AudioShapeSet constructor

AudioShapeSet({
  1. int setId = 0,
  2. String name = '',
  3. List<String> shapeNames = const [],
})

Implementation

AudioShapeSet({
    this.setId = 0,
    this.name = '',
    this.shapeNames = const [],
});