jsonMap method

  1. @override
Map<String, Object> jsonMap()

Implementation

@override
Map<String, Object> jsonMap() => new Map<String, Object>()
  ..['name'] = name
  ..['userId'] = userId
  ..['channel'] = channel
  ..['mute'] = mute
  ..['deaf'] = deaf
  ..['supress'] = supress
  ..['selfMute'] = selfMute
  ..['selfDeaf'] = selfDeaf
  ..['texture'] = texture
  ..['comment'] = comment
  ..['hash'] = hash
  ..['commentHash'] = commentHash
  ..['textureHash'] = textureHash
  ..['prioritySpeaker'] = prioritySpeaker
  ..['recording'] = recording;