Input$WidgetIntegrationScaleInput constructor
Implementation
factory Input$WidgetIntegrationScaleInput({
double? web,
double? mobile,
}) =>
Input$WidgetIntegrationScaleInput._({
if (web != null) r'web': web,
if (mobile != null) r'mobile': mobile,
});