merged upper branch
This commit is contained in:
@@ -105,7 +105,7 @@ class Attachment extends Equatable {
|
|||||||
final AttachmentFile? file;
|
final AttachmentFile? file;
|
||||||
|
|
||||||
/// The current upload state of the attachment
|
/// The current upload state of the attachment
|
||||||
final UploadState? uploadState;
|
late final UploadState? uploadState;
|
||||||
|
|
||||||
/// Map of custom channel extraData
|
/// Map of custom channel extraData
|
||||||
@JsonKey(includeIfNull: false)
|
@JsonKey(includeIfNull: false)
|
||||||
@@ -206,7 +206,7 @@ class Attachment extends Equatable {
|
|||||||
);
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
List<Object> get props => [
|
List<Object?> get props => [
|
||||||
id,
|
id,
|
||||||
type,
|
type,
|
||||||
titleLink,
|
titleLink,
|
||||||
|
|||||||
@@ -349,7 +349,7 @@ class Message extends Equatable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
List<Object> get props => [
|
List<Object?> get props => [
|
||||||
id,
|
id,
|
||||||
text,
|
text,
|
||||||
type,
|
type,
|
||||||
|
|||||||
Reference in New Issue
Block a user