copyWith property

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

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

Implementation

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