ODataListResponseOfModelMapping constructor
ODataListResponseOfModelMapping({
- String atOdataPeriodNextLink,
- int atOdataPeriodCount,
- String atOdataPeriodContext,
- List<
ModelMapping> value = const [],
Returns a new ODataListResponseOfModelMapping instance.
Implementation
ODataListResponseOfModelMapping({
this.atOdataPeriodNextLink,
this.atOdataPeriodCount,
this.atOdataPeriodContext,
this.value = const [],
});