menu
informers package
documentation
list_informer.dart
ListInformer<T>
value property
value property
dark_mode
light_mode
value
property
@
override
List
<
T
>
get
value
override
Getter of the current list of the informer.
Implementation
@override List<T> get value => _value;
informers package
documentation
list_informer
ListInformer<T>
value property
ListInformer class