menu
tsdtech_client_sdk package
documentation
models/api_keys/api_key.model.dart
ApiKey
ApiKey.new constructor
ApiKey.new constructor
dark_mode
light_mode
ApiKey
constructor
ApiKey
(
{
required
String
id
,
String
?
organizationId
,
required
String
name
,
String
?
rawKey
,
})
Implementation
ApiKey({ required this.id, this.organizationId, required this.name, this.rawKey, });
tsdtech_client_sdk package
documentation
models/api_keys/api_key.model
ApiKey
ApiKey.new constructor
ApiKey class