alwaysSendJson property

set alwaysSendJson (bool value)

Sets whether to always send JSON.

Implementation

set alwaysSendJson(bool value) => _options.alwaysSendJson = value;