Input$FreebieSchedularActionsInput constructor

Input$FreebieSchedularActionsInput({
  1. required String amount,
  2. required int count,
  3. required String time,
})

Implementation

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