currentValue property
- @JsonKey.new(name: 'currentValue', fromJson: _decodeSessionConfigBooleanCurrentValue, toJson: _encodeSessionConfigBooleanCurrentValue, includeIfNull: false, required: true)
final
The current value of the boolean option.
Implementation
@JsonKey(
name: 'currentValue',
fromJson: _decodeSessionConfigBooleanCurrentValue,
toJson: _encodeSessionConfigBooleanCurrentValue,
includeIfNull: false,
required: true,
)
final bool currentValue;