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