isBinary property

bool isBinary

Is this String a Binary character string?

Implementation

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