ThreadResponse constructor
Constructs a ThreadResponse instance.
All parameters are required.
Implementation
const ThreadResponse({
required this.id,
required this.bytes,
});
Constructs a ThreadResponse instance.
All parameters are required.
const ThreadResponse({
required this.id,
required this.bytes,
});