isHttp method

bool isHttp()
inherited

数据获取方式 是否是通过网络获取 可全局配置,子类覆写优先级最高

Implementation

bool isHttp() => _dataFromNetworkOrDatabase(this);