UpdateRegexPatternSetResponse constructor

UpdateRegexPatternSetResponse({
  1. String? nextLockToken,
})

Implementation

UpdateRegexPatternSetResponse({
  this.nextLockToken,
});