ApiKeyList constructor
const
ApiKeyList({
- required List<
CoffrifyApiKey> keys, - required String plan,
Build a list response.
Implementation
const ApiKeyList({required this.keys, required this.plan});