regexNumbersOnly property

RegExp regexNumbersOnly
getter/setter pair

Implementation

static RegExp regexNumbersOnly = RegExp(r'^[0-9]+$');