factory SecretValue.fromJson(Map<String, dynamic> json) { return SecretValue(identity: json['identity'] as String, id: json['id'] as String); }