ApiKeyList constructor

const ApiKeyList({
  1. required List<CoffrifyApiKey> keys,
  2. required String plan,
})

Build a list response.

Implementation

const ApiKeyList({required this.keys, required this.plan});