getPrintLogAll property

List<String> get getPrintLogAll

print 获取全部日志

Implementation

List<String> get getPrintLogAll {
  return _printLogAll;
}