menu
informers package
documentation
max_length_list_informer.dart
MaxLengthListInformer<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
max_length_list_informer
MaxLengthListInformer<T>
value property
MaxLengthListInformer class