afterEnd method

List? afterEnd(
  1. int v1,
  2. dynamic v2,
  3. dynamic v3
)

Implementation

List? afterEnd(int v1, v2, v3) {
  return null;//copySampleValue(v1, v2, v3);
}