Input$CorporateUpdateRatingInput constructor
Implementation
factory Input$CorporateUpdateRatingInput({
double? mark,
String? comment,
String? reviewType,
}) =>
Input$CorporateUpdateRatingInput._({
if (mark != null) r'mark': mark,
if (comment != null) r'comment': comment,
if (reviewType != null) r'reviewType': reviewType,
});