SecurityKey constructor

SecurityKey({
  1. String? associationId,
  2. DateTime? creationTime,
  3. String? key,
})

Implementation

SecurityKey({
  this.associationId,
  this.creationTime,
  this.key,
});