ApiKeyWithSource constructor

const ApiKeyWithSource({
  1. required String? key,
  2. required ApiKeySource source,
})

Implementation

const ApiKeyWithSource({required this.key, required this.source});