$createSelectionColumn_Serializer method

  1. @experimental
DynamiteSerializer<ApiColumnsCreateSelectionColumnResponseApplicationJson, void> $createSelectionColumn_Serializer()

Builds a serializer to parse the response of $createSelectionColumn_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<ApiColumnsCreateSelectionColumnResponseApplicationJson, void>
    $createSelectionColumn_Serializer() => _i1.DynamiteSerializer(
          bodyType: const FullType(ApiColumnsCreateSelectionColumnResponseApplicationJson),
          headersType: null,
          serializers: _$jsonSerializers,
          validStatuses: const {200},
        );