static Port fromMap(Map<dynamic, dynamic> map) { int id = map["id"]; String name = map["name"]; return Port.valueFromID(id); }