factory Identity.fromJson(Map<String, dynamic> json) { return Identity( arn: json['Arn'] as String?, name: json['Name'] as String?, ); }