spotube/lib/provider/spotify/utils/provider.dart

7 lines
153 B
Dart

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