pure property

List<String> get pure

去掉占位行信息

Implementation

List<String> get pure => data.split('\n').where((pure)=>pure.isNotEmpty).toList();