copyWith property

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

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

Implementation

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