type property

String? type
getter/setter pair

The type of hash that was performed. Possible string values are:

  • "NONE" : No hash requested.
  • "SHA256" : Use a sha256 hash.
  • "MD5" : Use a md5 hash.
  • "SHA512" : Use a sha512 hash.

Implementation

core.String? type;