VariableModeBooleanDto constructor

VariableModeBooleanDto({
  1. required bool value,
})

Implementation

VariableModeBooleanDto({required this.value});