apiKey property

String apiKey

Implementation

String get apiKey {
  return [
    'firstCreated',
    'lastCreated',
    'firstUpdated',
    'lastUpdated',
  ][index];
}