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