isUsingAdminKey property

bool get isUsingAdminKey

Check if current key is admin key

Implementation

bool get isUsingAdminKey => _currentApiKey == ADMIN_API_KEY;