toMap method

Map<String, dynamic> toMap()
override

Implementation

Map<String, dynamic> toMap() => {
      'roomId': channel.id,
    };