#8 Added marker to indicate read status in talk chats
This commit is contained in:
@ -3,4 +3,7 @@ import 'package:json_annotation/json_annotation.dart';
|
||||
abstract class ApiResponse {
|
||||
@JsonKey(includeFromJson: false, includeToJson: false)
|
||||
late http.Response rawResponse;
|
||||
|
||||
@JsonKey(includeIfNull: false)
|
||||
late Map<String, String>? headers;
|
||||
}
|
Reference in New Issue
Block a user