copyWith method

ConvAISecretLocator copyWith({
  1. String? secretId,
})

Implementation

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