Array<T> class
- Implemented types
- Available extensions
Properties
Methods
-
handle(
Context context, dynamic data) → Future< Iterable< T> > -
override
-
max(
int length, {String? message}) → OvO< Iterable< T> > -
Available on OvO<
Iterable< , provided by the ArrayOvO extensionT> > -
min(
int length, {String? message}) → OvO< Iterable< T> > -
Available on OvO<
Iterable< , provided by the ArrayOvO extensionT> > -
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< , provided by the ArrayOvO extensionT> > -
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< , provided by the ArrayOvO extensionT> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited