title property

String? title
override

Implementation

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

Implementation

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