arrayRegex property

RegExp arrayRegex
final

Regular expression for detecting array types and extracting the child type and size.

Implementation

static final RegExp arrayRegex = RegExp(r'^(.*)\[([0-9]*?)]$');