list property

StreamController<InputHistoryItems?> list
getter/setter pair

Implementation

var list = StreamController<InputHistoryItems?>();