blockList property

List<String>? blockList

本地缓存的黑名单列表,在从服务器获取黑名单后有值

Implementation

List<String>? get blockList => _blockList;