thumb property

String? get thumb
override

Implementation

String? get thumb => _$this._thumb;
set thumb (covariant String? thumb)
covariantoverride

Implementation

set thumb(covariant String? thumb) => _$this._thumb = thumb;