ODataResponseOfBoolean constructor

ODataResponseOfBoolean({
  1. String atOdataPeriodContext,
  2. bool value,
})

Returns a new ODataResponseOfBoolean instance.

Implementation

ODataResponseOfBoolean({
  this.atOdataPeriodContext,
  this.value,
});