copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$PaginationStateCopyWith<PaginationState> get copyWith
inherited

Create a copy of PaginationState with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$PaginationStateCopyWith<PaginationState> get copyWith => _$PaginationStateCopyWithImpl<PaginationState>(this as PaginationState, _$identity);