是否加载中
// bool isLoading = false; List<T> get list => _list;
set list(List<T> list) { _list.clear(); _list.addAll(list); }