static Unit fromMap(Map<dynamic, dynamic> map) { String name = map["name"]; return Unit.fromName(name); }