logoPath property
Optional: path to a custom logo for branding
Implementation
@$pb.TagNumber(5)
$core.String get logoPath => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set logoPath($core.String v) { $_setString(4, v); }
Optional: path to a custom logo for branding
@$pb.TagNumber(5)
$core.String get logoPath => $_getSZ(4);
@$pb.TagNumber(5)
set logoPath($core.String v) { $_setString(4, v); }