parse static method

ClosingLabel parse(
  1. Map m
)

Implementation

static ClosingLabel parse(Map m) {
  return new ClosingLabel(m['offset'], m['length'], m['label']);
}