factory Tag.fromJson(Map<String, dynamic> json) { return Tag( key: json['Key'] as String?, value: json['Value'] as String?, ); }