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