amountPattern property

RegExp amountPattern
final

Implementation

static final amountPattern = RegExp(r'^\d+(?:\.\d{1,8})?$');