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