RotateServerCaContext constructor

RotateServerCaContext({
  1. String? kind,
  2. String? nextVersion,
})

Implementation

RotateServerCaContext({
  this.kind,
  this.nextVersion,
});