UserApiKey constructor

UserApiKey({
  1. String? key,
  2. String? keyType,
  3. DateTime? expiryDate,
})

Implementation

UserApiKey({this.key, this.keyType, this.expiryDate});