currentValue property

  1. @JsonKey.new(name: 'currentValue', fromJson: _decodeSessionConfigBooleanCurrentValue, toJson: _encodeSessionConfigBooleanCurrentValue, includeIfNull: false, required: true)
bool currentValue
final

The current value of the boolean option.

Implementation

@JsonKey(
  name: 'currentValue',
  fromJson: _decodeSessionConfigBooleanCurrentValue,
  toJson: _encodeSessionConfigBooleanCurrentValue,
  includeIfNull: false,
  required: true,
)
final bool currentValue;