getImageByHash property

Image? Function(String) get getImageByHash

Implementation

_i3.Image? Function(_i2.String) get getImageByHash =>
    (_i2.String p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'getImageByHash',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set getImageByHash (Image? value(String))

Implementation

set getImageByHash(_i3.Image? Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'getImageByHash',
    _i5.allowInterop((p0) => () => value(p0) ?? _i7.undefined),
  );
}