Map<String, dynamic> toJson() { final name = this.name; final unit = this.unit; return { if (name != null) 'Name': name.toValue(), if (unit != null) 'Unit': unit.toValue(), }; }