menu
minix package
documentation
core/list_observable.dart
ListObservable<T>
first property
first property
dark_mode
light_mode
first
property
T?
get
first
Implementation
T? get first => value.isNotEmpty ? value.first : null;
minix package
documentation
core/list_observable
ListObservable<T>
first property
ListObservable class