appBarTitle property
This sets the string in the appBar (Android only)
Implementation
@$pb.TagNumber(3)
$core.String get appBarTitle => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set appBarTitle($core.String value) => $_setString(2, value);
This sets the string in the appBar (Android only)
@$pb.TagNumber(3)
$core.String get appBarTitle => $_getSZ(2);
@$pb.TagNumber(3)
set appBarTitle($core.String value) => $_setString(2, value);