menu
market_commons package
documentation
models/list_of.dart
ListOf<T>
ListOf.new const constructor
ListOf.new const constructor
dark_mode
light_mode
ListOf<
T
>
constructor
const
ListOf<
T
>
(
{
required
String
?
next
,
required
Iterable
<
T
>
items
,
})
Implementation
const ListOf({ required this.next, required this.items, });
market_commons package
documentation
models/list_of
ListOf<T>
ListOf.new const constructor
ListOf class