build method

  1. @override
IMSchemaProperty build()
override

Implementation

@override
IMSchemaProperty build() {
  assert(options.isNotNullOrEmpty);
  return IStringSelectProperty.of(type: null, path: null, label: null, isRequired: false, options: options) + this;
}