part of '../spotify.dart'; // ignore: subtype_of_sealed_class class AsyncLoadingNext extends AsyncData { const AsyncLoadingNext(super.value); }