copyWith property

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

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

Implementation

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