menu
fast_immutable_collections package
documentation
fast_immutable_collections.dart
FromIterableIListMixin<T>
followedBy method
followedBy method
dark_mode
light_mode
followedBy
method
Iterable
<
T
>
followedBy
(
Iterable
<
T
>
other
)
Implementation
Iterable<T> followedBy(Iterable<T> other) => iter.followedBy(other);
fast_immutable_collections package
documentation
fast_immutable_collections
FromIterableIListMixin<T>
followedBy method
FromIterableIListMixin mixin