hmacKey property

String? get hmacKey

Implementation

String? get hmacKey => _$this._hmacKey;
set hmacKey (String? hmacKey)

Implementation

set hmacKey(String? hmacKey) => _$this._hmacKey = hmacKey;