CrtRotateRequest constructor

CrtRotateRequest({
  1. String? id,
  2. String? algo,
  3. DateTime? expireAt,
})

Implementation

CrtRotateRequest({this.id, this.algo, this.expireAt});