factory CreateProjectResponse.fromJson(Map<String, dynamic> json) { return CreateProjectResponse( projectArn: json['ProjectArn'] as String?, ); }