numberTest property

RegExp numberTest
final

The pattern ^.*/pubspec.yaml$

Implementation

static final numberTest = RegExp(r'^\d+$');