Input$FreebieSchedularActionsInput constructor
Input$FreebieSchedularActionsInput({})
Implementation
factory Input$FreebieSchedularActionsInput({
required String amount,
required int count,
required String time,
}) =>
Input$FreebieSchedularActionsInput._({
r'amount': amount,
r'count': count,
r'time': time,
});