reIsBinary top-level property

RegExp reIsBinary
final

Implementation

final reIsBinary = RegExp(r'^0b[01]+$', multiLine: true);