isBinary property

bool get isBinary

检验字符串是否是二级制

Implementation

bool get isBinary => StringUtils.isBinary(this);