apiKey property

String apiKey

Implementation

String get apiKey {
  return [
    'all',
    'memmber',
    'banned',
  ][index];
}