RecordKey constructor

RecordKey(
  1. String domainId,
  2. String mxid
)

Implementation

RecordKey(this.domainId, this.mxid) : super("$domainId:$mxid");