httpReg property

RegExp httpReg
final

Implementation

static final RegExp httpReg = RegExp(r'^(http|https):', caseSensitive: false);