mtype property

MSchemaRef mtype
inherited

Implementation

MSchemaRef get mtype {
  return _mtype ??=
      (mkeyOrNull?.mtype ?? MSchemaRef.fromJson(wrapped["mtype"])!);
}