OneOf constructor

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

Implementation

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