Map<String, dynamic> toJson() { final key = this.key; final value = this.value; return { 'key': key, 'value': value, }; }