regexpWhiteSpace property

RegExp regexpWhiteSpace
final

Implementation

static final RegExp regexpWhiteSpace = RegExp(r'^\s+$', multiLine: false);