adminId property

String get adminId

The admin of the room

Implementation

String get adminId => (data["admin"] ?? "") as String;