oneOf property
Allows the specification of multiple DataSchema
s for validation.
Data has to be valid against exactly one of these DataSchema
s.
Implementation
@override
List<DataSchema>? get oneOf => dataSchema.oneOf;
Allows the specification of multiple DataSchema
s for validation.
Data has to be valid against exactly one of these DataSchema
s.
@override
List<DataSchema>? get oneOf => dataSchema.oneOf;