SenderKeyName constructor

const SenderKeyName(
  1. String _groupId,
  2. SignalProtocolAddress _sender
)

Implementation

const SenderKeyName(this._groupId, this._sender);