menu
ribs_core package
documentation
ribs_core.dart
IList<A>
empty<A> static method
empty<A> static method
dark_mode
light_mode
empty<
A
>
static method
IList
<
A
>
empty
<
A
>(
)
override
Create an empty list.
Implementation
static IList<A> empty<A>() => Nil<A>();
ribs_core package
documentation
ribs_core
IList<A>
empty<A> static method
IList class