iconPath property

Uri? get iconPath

The optional icon path for the author

Implementation

_i3.Uri? get iconPath => _i5.getProperty(
      this,
      'iconPath',
    );
set iconPath (Uri? value)

Implementation

set iconPath(_i3.Uri? value) {
  _i5.setProperty(
    this,
    'iconPath',
    value ?? _i6.undefined,
  );
}