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