ChatCallKitUserMapper constructor

const ChatCallKitUserMapper(
  1. String channel,
  2. Map<int, String> infoMapper
)

Implementation

const ChatCallKitUserMapper(this.channel, this.infoMapper);