MKey.fromRecordKey constructor

MKey.fromRecordKey(
  1. MSchemaRef mtype,
  2. RecordKey rk
)

Implementation

MKey.fromRecordKey(this.mtype, RecordKey rk)
    : domainId = rk.domainId,
      mxid = rk.mxid,
      super("$mtype/$rk");