WebSocketStopGenerationView constructor

WebSocketStopGenerationView({
  1. required String detail,
})

Returns a new WebSocketStopGenerationView instance.

Implementation

WebSocketStopGenerationView({
  required this.detail,
});