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