SoundFontInfo constructor

SoundFontInfo({
  1. required SoundFontVersion version,
  2. required String targetSoundEngine,
  3. required String bankName,
  4. required String romName,
  5. required SoundFontVersion romVersion,
  6. required String creationDate,
  7. required String author,
  8. required String targetProduct,
  9. required String copyright,
  10. required String comments,
  11. required String tools,
})

Implementation

SoundFontInfo({
  required this.version,
  required this.targetSoundEngine,
  required this.bankName,
  required this.romName,
  required this.romVersion,
  required this.creationDate,
  required this.author,
  required this.targetProduct,
  required this.copyright,
  required this.comments,
  required this.tools});