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 v) { $_setString(2, v); }
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 v) { $_setString(2, v); }