Array<T> class

Implemented types
Available extensions

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema OvO<T>
final

Methods

handle(Context context, dynamic data) Future<Iterable<T>>
override
max(int length, {String? message}) OvO<Iterable<T>>

Available on OvO<Iterable<T>>, provided by the ArrayOvO extension

min(int length, {String? message}) OvO<Iterable<T>>

Available on OvO<Iterable<T>>, provided by the ArrayOvO extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size(int length, {String? message}) OvO<Iterable<T>>

Available on OvO<Iterable<T>>, provided by the ArrayOvO extension

toJsonSchemaObject() Map<String, dynamic>

Available on Array, provided by the ArraySchemaExtension extension

toString() String
A string representation of this object.
inherited
unique({String? message}) OvO<Iterable<T>>

Available on OvO<Iterable<T>>, provided by the ArrayOvO extension

Operators

operator ==(Object other) bool
The equality operator.
inherited