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