DebugStateChange constructor

DebugStateChange({
  1. required int tabId,
  2. required String newState,
  3. String? reason,
})

Implementation

DebugStateChange({required this.tabId, required this.newState, this.reason});