sha256 property

String sha256
getter/setter pair

SHA256 regex

Implementation

static String sha256 =
    r'^([A-Fa-f0-9]{2}\:){31}[A-Fa-f0-9]{2}|[A-Fa-f0-9]{64}$';