isBinary property

bool isBinary

Discover if the String is a bynary value

Implementation

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