WebSocketStopGenerationView constructor
WebSocketStopGenerationView({
- required String detail,
Returns a new WebSocketStopGenerationView instance.
Implementation
WebSocketStopGenerationView({
required this.detail,
});