subtitle property

String? get subtitle
override

Implementation

String? get subtitle => _$this._subtitle;
set subtitle (covariant String? subtitle)
covariantoverride

Implementation

set subtitle(covariant String? subtitle) => _$this._subtitle = subtitle;