parentRef property

MSchemaRef? get parentRef

Implementation

MSchemaRef? get parentRef {
  return this.entitySchema.parentRef;
}