copyWith property

Implementation

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