addInput property

set addInput (String i)

Implementation

set addInput    ( String i ) {
  _i.add(i);
  isFull = _i.length == _l;
  notifyListeners();
}