appBarTitle property

  1. @TagNumber(3)
String get appBarTitle

This sets the string in the appBar (Android only)

Implementation

@$pb.TagNumber(3)
$core.String get appBarTitle => $_getSZ(2);
  1. @TagNumber(3)
set appBarTitle (String v)

Implementation

@$pb.TagNumber(3)
set appBarTitle($core.String v) { $_setString(2, v); }