ALEO_REG top-level constant

String const ALEO_REG

ALEO_REG: ^aleo1[a-z0-9]{58}$

Implementation

const String ALEO_REG = r'^aleo1[a-z0-9]{58}$';