hmac property

String? get hmac

Implementation

String? get hmac => _$this._hmac;
set hmac (String? hmac)

Implementation

set hmac(String? hmac) => _$this._hmac = hmac;