copyWith property

Implementation

CopyWith$Query$getCountries<Query$getCountries> get copyWith =>
    CopyWith$Query$getCountries(
      this,
      (i) => i,
    );