reIsBinary top-level property

RegExp reIsBinary
final

Used to detect binary string values.

Implementation

final reIsBinary = RegExp(r"^0b[01]+$");