SoundFontInfo constructor
SoundFontInfo({
- required SoundFontVersion version,
- required String targetSoundEngine,
- required String bankName,
- required String romName,
- required SoundFontVersion romVersion,
- required String creationDate,
- required String author,
- required String targetProduct,
- required String copyright,
- required String comments,
- 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});