hash property

String? hash

Implementation

String? get hash => _$this._hash;
void hash=(String? hash)

Implementation

set hash(String? hash) => _$this._hash = hash;