algorithm property

String? get algorithm

Implementation

_i2.String? get algorithm => _i4.getProperty(
      this,
      'algorithm',
    );
set algorithm (String? value)

Implementation

set algorithm(_i2.String? value) {
  _i4.setProperty(
    this,
    'algorithm',
    value ?? _i6.undefined,
  );
}