menu
arcane package
documentation
arcane.dart
TIterable<T>
list property
list property
dark_mode
light_mode
list
property
List
<
T
>
get
list
Implementation
List<T> get list => this is List<T> ? this as List<T> : toList();
arcane package
documentation
arcane
TIterable<T>
list property
TIterable extension on
Iterable
<
T
>