next method

ClipLineData? next()

Implementation

ClipLineData? next(){
	return _next;
}