parse static method

ServerLog parse(
  1. Map m
)

Implementation

static ServerLog parse(Map m) =>
    new ServerLog(ServerLogEntry.parse(m['entry']));