FlutterSoundLog constructor

FlutterSoundLog(
  1. int? executionId,
  2. int? level,
  3. String? message
)

Implementation

FlutterSoundLog(this.executionId, this.level, this.message);