copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$GraphGetBlocksInputCopyWith<GraphGetBlocksInput> get copyWith
inherited

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

Implementation

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