Map<String, dynamic> toJson() { final tagKey = this.tagKey; final tagValue = this.tagValue; return { 'TagKey': tagKey, 'TagValue': tagValue, }; }