iconUrl property

  1. @TagNumber(15)
String iconUrl

Implementation

@$pb.TagNumber(15)
$core.String get iconUrl => $_getSZ(13);
  1. @TagNumber(15)
void iconUrl=(String v)

Implementation

@$pb.TagNumber(15)
set iconUrl($core.String v) { $_setString(13, v); }