parse static method

Position parse(
  1. Map m
)

Implementation

static Position parse(Map m) {
  return new Position(m['file'], m['offset']);
}