diff --git a/lib/src/Room.dart b/lib/src/Room.dart index eaa9d01..fd6a007 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,