apiKey property

  1. @JsonKey.new(name: 'api_key')
String? get apiKey
inherited

Implementation

@JsonKey(name: 'access_token') String? get accessToken;@JsonKey(name: 'config_id') String? get configId;@JsonKey(name: 'config_version') int? get configVersion;@JsonKey(name: 'event_limit') int? get eventLimit;@JsonKey(name: 'resumed_chat_group_id') String? get resumedChatGroupId;@JsonKey(name: 'verbose_transcription') bool? get verboseTranscription;@JsonKey(name: 'api_key') String? get apiKey;