copyWith property

Implementation

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