copyWith property

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

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

Implementation

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