AnyOf constructor

const AnyOf(
  1. Iterable<OvO> schemas, [
  2. String? message
])

Implementation

const AnyOf(this.schemas, [this.message]);