CoreSound constructor

CoreSound({
  1. required String coreSound,
  2. required int len,
})

Implementation

CoreSound({
  required this.coreSound,
  required this.len,
});