Workaround for c10y 779
This commit is contained in:
parent
ecc40bfe49
commit
92e5206326
2 changed files with 8 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ part "get_room_state_request.g.dart";
|
|||
abstract class GetRoomStateRequest with _$GetRoomStateRequest {
|
||||
const factory GetRoomStateRequest({
|
||||
required String roomId,
|
||||
@Default(false) bool refetch,
|
||||
@Default(false) bool fetchMembers,
|
||||
@Default(false) bool includeMembers,
|
||||
}) = _GetRoomStateRequest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue