alwaysSendJson property
set
alwaysSendJson
(bool value)
Sets whether to always send JSON.
Implementation
set alwaysSendJson(bool value) => _options.alwaysSendJson = value;
Sets whether to always send JSON.
set alwaysSendJson(bool value) => _options.alwaysSendJson = value;