queue property

ValueNotifier<List<String>> queue
final

Implementation

final queue = ValueNotifier<List<String>>([]);