encryptedPinBlock property

String? get encryptedPinBlock

Implementation

String? get encryptedPinBlock => _$this._encryptedPinBlock;
set encryptedPinBlock (String? encryptedPinBlock)

Implementation

set encryptedPinBlock(String? encryptedPinBlock) =>
    _$this._encryptedPinBlock = encryptedPinBlock;