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