GetDebugEventsStateByIdResponse constructor
GetDebugEventsStateByIdResponse({
- State? state,
Implementation
factory GetDebugEventsStateByIdResponse({
$4.State? state,
}) {
final result = create();
if (state != null) result.state = state;
return result;
}