litecoinAddress constant

Pattern const litecoinAddress

Litecoin Address Regex Examples: LZym3j8fS9bWf8o6RzKvA3tC2AedZ6W9aW

Implementation

static const Pattern litecoinAddress = r'^[LM3][a-km-zA-HJ-NP-Z1-9]{26,33}$';