Input$GetProductWithClicksCountInput constructor
Implementation
factory Input$GetProductWithClicksCountInput({
DateTime? from,
DateTime? to,
required String id,
}) =>
Input$GetProductWithClicksCountInput._({
if (from != null) r'from': from,
if (to != null) r'to': to,
r'id': id,
});