copyWith method
Implementation
ConvAISecretLocator copyWith({String? secretId}) {
return ConvAISecretLocator(secretId: secretId ?? this.secretId);
}
ConvAISecretLocator copyWith({String? secretId}) {
return ConvAISecretLocator(secretId: secretId ?? this.secretId);
}