Map<String, dynamic> toJson() { return { 'key': key, 'value': value, 'label': label, 'changeMessage': changeMessage }; }