ListParam<T> class

Indicates a param being used as queries or form data, and how does it gets formatted.

Constructors

ListParam(List<T> value, ListFormat format)
const

Properties

format ListFormat
How does the value gets formatted.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<T>
The value used in queries or in form data.
final

Methods

copyWith({List<T>? value, ListFormat? format}) ListParam<T>
Generate a new ListParam by copying fields.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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