isBinary property
bool
get
isBinary
Discover if the String is a binary value
Implementation
bool get isBinary => GetUtils.isBinary(this);
Discover if the String is a binary value
bool get isBinary => GetUtils.isBinary(this);