build method

  1. @override
IMSchemaProperty build()
override

Implementation

@override
IMSchemaProperty build() {
  assert(embedRef != null);
  // ignore: missing_required_param
  return IEmbeddedProperty.of(path: null, type: null, isRequired: false, label: null, embedRef: embedRef) + this;
}