MKey.fromType constructor

MKey.fromType(
  1. MSchemaRef mtype,
  2. String mxid, [
  3. String? domainId
])

Implementation

MKey.fromType(MSchemaRef mtype, String mxid, [String? domainId])
    : this(mtype, domainId ?? mtype.domainId, mxid);