IvwParams constructor

IvwParams({
  1. String? micType = 'mic1',
  2. String? resPath = '/sdcard/AIUI/ivw/vtn/vtn.ini',
  3. ResType? resType = ResType.path,
})

Implementation

IvwParams({
  this.micType = 'mic1',
  this.resPath = '/sdcard/AIUI/ivw/vtn/vtn.ini',
  this.resType = ResType.path,
});