SoundFontVersion constructor

SoundFontVersion({
  1. required int major,
  2. required int minor,
})

Implementation

SoundFontVersion({required this.major,
                  required this.minor});