type property

String? type
getter/setter pair

Specifies the algorithm used to calculate this digest. Possible string values are:

  • "sha1"
  • "sha256"
  • "sha384"

Implementation

core.String? type;