ODataListResponseOfResource constructor
ODataListResponseOfResource({})
Returns a new ODataListResponseOfResource instance.
Implementation
ODataListResponseOfResource({
this.atOdataPeriodNextLink,
this.atOdataPeriodCount,
this.atOdataPeriodContext,
this.value = const [],
});