clear method

dynamic clear()

Implementation

clear (){
  _i = [];
  _l = 6;
  isFull  = false;
  notifyListeners();
}