syncedPreferences property

  1. @JsonKey.new(name: 'synced_preferences')
String syncedPreferences
final

Account-wide client preferences as a base64-encoded protobuf snapshot. Empty string when nothing has been synced yet.

Implementation

@JsonKey(name: 'synced_preferences')
final String syncedPreferences;