copyWith property

Implementation

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