diff --git a/lib/src/Room.dart b/lib/src/Room.dart index eaa9d012..fd6a007e 100644 --- a/lib/src/Room.dart +++ b/lib/src/Room.dart @@ -107,7 +107,7 @@ class Room { this.id, this.membership, this.name, - this.hasName, + this.hasName = false, this.topic, this.avatar, this.notificationCount,