regExpDecimal property

RegExp regExpDecimal
final

Implementation

static final regExpDecimal = RegExp(r'^(\d+)?\.?\d{0,4}');