spanRegex top-level property
Not used for the ISO parsing, but this helps us in our parsing to find tokens like "3y"
Implementation
final spanRegex = RegExp(spanPattern);
Not used for the ISO parsing, but this helps us in our parsing to find tokens like "3y"
final spanRegex = RegExp(spanPattern);