appIconPath property

  1. @TagNumber(1)
String get appIconPath

Implementation

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

Implementation

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