parse static method

ImplementedClass parse(
  1. Map m
)

Implementation

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