mtype property

MSchemaRef mtype
override

Implementation

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