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