$_next$0 method

dynamic $_next$0()
override

Implementation

dc.dynamic $_next$0(){
if((count<=1)){
return null;
}
return rest;
}