ApiUserRoomResponse constructor
ApiUserRoomResponse({})
Implementation
ApiUserRoomResponse({
this.id = '',
this.avatar = '',
this.username = '',
this.nickName = '',
this.displayName = '',
this.isOnline = false,
this.defautlStatus = 0,
this.roles = const [],
});