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