ethereumAddress constant
Pattern
const ethereumAddress
Ethereum Address Regex Examples: 0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe
Implementation
static const Pattern ethereumAddress = r'^0x[a-fA-F0-9]{40}$';