build method

  1. @override
IMSchemaProperty build()
override

Implementation

@override
IMSchemaProperty build() {
  assert(theRef != null);
  return IRefProperty.of(
          type: null,
          path: null,
          baseCode: theRef.baseCode,
          label: null,
          isRequired: false,
          theRef: theRef,
          mkeyOnly: mkeyOnly) +
      this;
}