descriptionLength property

int? get descriptionLength
override

Implementation

int? get descriptionLength => _$this._descriptionLength;
set descriptionLength (covariant int? descriptionLength)
covariantoverride

Implementation

set descriptionLength(covariant int? descriptionLength) => _$this._descriptionLength = descriptionLength;