title property

String? get title
override

Implementation

String? get title => _$this._title;
set title (covariant String? title)
covariantoverride

Implementation

set title(covariant String? title) => _$this._title = title;