preLoadServers property Null safety

bool preLoadServers
@JsonKey(defaultValue: true), final

Preloading service. The default setting is true. We recommend you not set the value to false. Preloading connections can optimize the login process and improve the user experience.

Implementation

@JsonKey(defaultValue: true)
final bool preLoadServers;