removeAt method

FhirPathParser removeAt(
  1. int i
)

Implementation

FhirPathParser removeAt(int i) => value.removeAt(i);