JsonValueBoolean constructor

JsonValueBoolean({
  1. required bool value,
})

Implementation

JsonValueBoolean({required this.value});