hmacCreateSecret property

bool? get hmacCreateSecret

Implementation

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

Implementation

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