sha256Regex property
Regular expression to match SHA256 in URLs
Implementation
static final sha256Regex = RegExp(r'/([a-fA-F0-9]{64})(?:/|$)');
Regular expression to match SHA256 in URLs
static final sha256Regex = RegExp(r'/([a-fA-F0-9]{64})(?:/|$)');