build method

  1. @override
IMSchemaProperty build()
override

Implementation

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