parse static method

VersionResult parse(
  1. Map m
)

Implementation

static VersionResult parse(Map m) => new VersionResult(m['version']);