faviconPath property

  1. @TagNumber(1)
String get faviconPath

@doc favicon path for web

Implementation

@$pb.TagNumber(1)
$core.String get faviconPath => $_getSZ(0);
  1. @TagNumber(1)
set faviconPath (String value)

Implementation

@$pb.TagNumber(1)
set faviconPath($core.String value) => $_setString(0, value);