onlyNumbersRegex property

RegExp onlyNumbersRegex
final

Implementation

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