hash property

String get hash

Implementation

_i2.String get hash => _i4.getProperty(
      this,
      'hash',
    );
set hash (String value)

Implementation

set hash(_i2.String value) {
  _i4.setProperty(
    this,
    'hash',
    value,
  );
}