dart format
This commit is contained in:
@@ -13,5 +13,6 @@ abstract class ChatState with _$ChatState {
|
||||
int? referenceMessageId,
|
||||
}) = _ChatState;
|
||||
|
||||
factory ChatState.fromJson(Map<String, Object?> json) => _$ChatStateFromJson(json);
|
||||
factory ChatState.fromJson(Map<String, Object?> json) =>
|
||||
_$ChatStateFromJson(json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user