completeVersion top-level property
Like startVersion but matches the entire string.
Implementation
final completeVersion = RegExp('${startVersion.pattern}\$');
Like startVersion but matches the entire string.
final completeVersion = RegExp('${startVersion.pattern}\$');