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