ODataListResponseOfComplexValueBase constructor

ODataListResponseOfComplexValueBase({
  1. String atOdataPeriodNextLink,
  2. int atOdataPeriodCount,
  3. String atOdataPeriodContext,
  4. List<ComplexValueBase> value = const [],
})

Returns a new ODataListResponseOfComplexValueBase instance.

Implementation

ODataListResponseOfComplexValueBase({
  this.atOdataPeriodNextLink,
  this.atOdataPeriodCount,
  this.atOdataPeriodContext,
  this.value = const [],
});