specify _albums type generic

This commit is contained in:
Wenqi Li 2020-09-20 18:38:02 +08:00
parent ce9184372b
commit c0bbf46ae2

View File

@ -18,7 +18,7 @@ class MyApp extends StatefulWidget {
} }
class _MyAppState extends State<MyApp> { class _MyAppState extends State<MyApp> {
List _albums; List<Album> _albums;
bool _loading = false; bool _loading = false;
@override @override