mkey property

MKey? get mkey

Implementation

MKey? get mkey {
  return id == null ? null : MKey.fromType(mtype, id!);
}