algorithm property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? algorithm
getter/setter pair

Deprecated, use one of explicit hash type fields instead.

Algorithm used for calculating the hash. As of 2011/01/21, "MD5" is the only possible value for this field. New values may be added at any time.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? algorithm;