$getCurrentUser_Serializer method

  1. @experimental
DynamiteSerializer<UsersGetCurrentUserResponseApplicationJson, void> $getCurrentUser_Serializer()

Builds a serializer to parse the response of $getCurrentUser_Request.

Implementation

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