Converts instance to a map.
Map<String, dynamic> toMap() { return { "heightMils": heightMils, "id": id, "label": label, "widthMils": widthMils, }; }