arrayRegex property
Regular expression for detecting array types and extracting the child type and size.
Implementation
static final RegExp arrayRegex = RegExp(r'^(.*)\[([0-9]*?)]$');
Regular expression for detecting array types and extracting the child type and size.
static final RegExp arrayRegex = RegExp(r'^(.*)\[([0-9]*?)]$');