regMonth property

RegExp regMonth
final

Implementation

static final regMonth = RegExp(r'^\d{4}-?\d{2}-?\d{2}$');