build method
Implementation
@override
IMSchemaProperty build() {
final combined = IMSchemaProperty.of(
type: null,
path: null,
label: null,
isRequired: false,
) +
this;
return combined;
}
@override
IMSchemaProperty build() {
final combined = IMSchemaProperty.of(
type: null,
path: null,
label: null,
isRequired: false,
) +
this;
return combined;
}