pwd property

Int8List? get pwd

Implementation

Int8List? get pwd => this._pwd;
set pwd (Int8List? pwd)

Implementation

set pwd(Int8List? pwd) {
  this._pwd = pwd;
}