factory CreateGraphResponse.fromJson(Map<String, dynamic> json) { return CreateGraphResponse( graphArn: json['GraphArn'] as String?, ); }