mirror of
https://github.com/foss42/apidash.git
synced 2025-12-06 04:56:16 +08:00
Refactor terminal and remove duplicate code.
This commit is contained in:
7
lib/terminal/models/body_chunk.dart
Normal file
7
lib/terminal/models/body_chunk.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class BodyChunk {
|
||||
BodyChunk({required this.ts, required this.text, required this.sizeBytes});
|
||||
|
||||
final DateTime ts;
|
||||
final String text; // preview text (could be partial)
|
||||
final int sizeBytes;
|
||||
}
|
||||
Reference in New Issue
Block a user