mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
SSE: Stopping/Cancelling implementation
This commit is contained in:
@@ -27,6 +27,7 @@ _$RequestModelImpl _$$RequestModelImplFromJson(Map json) => _$RequestModelImpl(
|
||||
sendingTime: json['sendingTime'] == null
|
||||
? null
|
||||
: DateTime.parse(json['sendingTime'] as String),
|
||||
isStreaming: json['isStreaming'] as bool? ?? false,
|
||||
preRequestScript: json['preRequestScript'] as String?,
|
||||
postRequestScript: json['postRequestScript'] as String?,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user