subtitle property

String? subtitle
override

Implementation

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

Implementation

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