sha1 property

String sha1
getter/setter pair

SHA1 regex

Implementation

static String sha1 =
    r'^(([A-Fa-f0-9]{2}\:){19}[A-Fa-f0-9]{2}|[A-Fa-f0-9]{40})$';