copyWith property

Implementation

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