AllOf constructor
Creates a new instance of AllOf.
The schemas parameter is an iterable of OvO schemas that need to be validated.
The message parameter is the message that will be thrown when validation fails.
Implementation
const AllOf(this.schemas, [this.message]);