Input$WatchCalendarListInput constructor

Input$WatchCalendarListInput({
  1. String? id,
  2. String? token,
  3. String? type,
  4. String? address,
})

Implementation

factory Input$WatchCalendarListInput({
  String? id,
  String? token,
  String? type,
  String? address,
}) =>
    Input$WatchCalendarListInput._({
      if (id != null) r'id': id,
      if (token != null) r'token': token,
      if (type != null) r'type': type,
      if (address != null) r'address': address,
    });