copyWith property

Implementation

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