moduleNameRegexp property

RegExp moduleNameRegexp
final

Implementation

static final moduleNameRegexp = RegExp(r'^[a-z](_?[a-z0-9])*$');