Array<T> constructor

const Array<T>(
  1. OvO<T> schema, [
  2. String? message
])

Implementation

const Array(this.schema, [this.message]);