icon property

String? get icon

Implementation

String? get icon => _$this._icon;
set icon (String? icon)

Implementation

set icon(String? icon) => _$this._icon = icon;