copyWith property

Implementation

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