menu
adderlink package
documentation
adderlink.mapper.g.dart
Mapper
toIterable<T> static method
toIterable<T> static method
dark_mode
light_mode
toIterable<
T
>
static method
Iterable
toIterable
<
T
>(
T
object
)
Implementation
static Iterable<dynamic> toIterable<T>(T object) => i.toIterable<T>(object);
adderlink package
documentation
adderlink.mapper.g
Mapper
toIterable<T> static method
Mapper class