YIMOption constructor

YIMOption({
  1. required String appKey,
  2. String? server,
  3. bool? debug,
})

Implementation

YIMOption({
  required this.appKey,
  this.server,
  this.debug,
});