datefunctionsNumberofmonthsGet method

Future<Response> datefunctionsNumberofmonthsGet({
  1. DateTime? fromDate,
  2. DateTime? toDate,
})

@param fromDate @param toDate

Implementation

Future<chopper.Response> datefunctionsNumberofmonthsGet({
  DateTime? fromDate,
  DateTime? toDate,
}) {
  return _datefunctionsNumberofmonthsGet(fromDate: fromDate, toDate: toDate);
}