copyWith property

Implementation

CopyWith$Input$CountryInput<Input$CountryInput> get copyWith =>
    CopyWith$Input$CountryInput(
      this,
      (i) => i,
    );