dogecoinAddress constant
Pattern
const dogecoinAddress
Dogecoin Address Regex Examples: D5r2hrU1qJUzS9NBpZxkA6sZs6kKjA3vZc
Implementation
static const Pattern dogecoinAddress = r'^[D9A][a-km-zA-HJ-NP-Z1-9]{25,34}$';