$indexViewRows_Serializer method
Builds a serializer to parse the response of $indexViewRows_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<BuiltList<Row>, void> $indexViewRows_Serializer() => _i1.DynamiteSerializer(
bodyType: const FullType(BuiltList, [FullType(Row)]),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {200},
);