ApiUserRoomResponse constructor

ApiUserRoomResponse({
  1. String id = '',
  2. String avatar = '',
  3. String username = '',
  4. String nickName = '',
  5. String displayName = '',
  6. bool isOnline = false,
  7. int defautlStatus = 0,
  8. List<String> roles = const [],
})

Implementation

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