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