MKey constructor
const
MKey(
- MSchemaRef mtype,
- String domainId,
- String mxid
Implementation
const MKey(this.mtype, this.domainId, this.mxid)
: super("$mtype/$domainId:$mxid");