dio package
documentation
dio
ListParam
<
T
>
ListParam constructor
ListParam
ListParam<
T
>
constructor
Null safety
ListParam<
T
>
(
List
<
T
>
value
,
ListFormat
format
)
Implementation
ListParam(this.value, this.format);
dio package
documentation
dio
ListParam
<
T
>
ListParam constructor
ListParam class
Constructors
ListParam
Properties
format
hashCode
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==