Input$IplocInput constructor

Input$IplocInput({
  1. required String from,
  2. required String to,
  3. required String country,
})

Implementation

factory Input$IplocInput({
  required String from,
  required String to,
  required String country,
}) =>
    Input$IplocInput._({
      r'from': from,
      r'to': to,
      r'country': country,
    });