MKey constructor

const MKey(
  1. MSchemaRef mtype,
  2. String domainId,
  3. String mxid
)

Implementation

const MKey(this.mtype, this.domainId, this.mxid)
    : super("$mtype/$domainId:$mxid");