ApiKeyInfo constructor

ApiKeyInfo({
  1. required String id,
  2. required String name,
  3. String? description,
  4. required String value,
  5. required String serviceAccountId,
})

Implementation

ApiKeyInfo({required this.id, required this.name, this.description, required this.value, required this.serviceAccountId});