apiSecret property

  1. @JsonKey.new(includeIfNull: false, name: 'api_secret')
String? apiSecret
final

API secret for authenticating with the voice server

Implementation

@JsonKey(includeIfNull: false, name: 'api_secret')
final String? apiSecret;