subtitle property

String get subtitle

Implementation

String get subtitle {
  if (_subtitle != null) return _subtitle;
  return '';
}