DebugSession constructor

DebugSession({
  1. bool? sessionEnabled,
  2. String? sessionTarget,
})

Implementation

DebugSession({
  this.sessionEnabled,
  this.sessionTarget,
});