$getWidgetItemsV2_Serializer method
- @experimental
Builds a serializer to parse the response of $getWidgetItemsV2_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<DashboardApiGetWidgetItemsV2ResponseApplicationJson, void> $getWidgetItemsV2_Serializer() =>
_i1.DynamiteSerializer(
bodyType: const FullType(DashboardApiGetWidgetItemsV2ResponseApplicationJson),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {200},
);