ODataListResponseOfModelMapping constructor

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

Returns a new ODataListResponseOfModelMapping instance.

Implementation

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