thumbnailUri property

  1. @TagNumber.new(3)
String get thumbnailUri

thumbnail

Implementation

@$pb.TagNumber(3)
$core.String get thumbnailUri => $_getSZ(2);
  1. @TagNumber.new(3)
set thumbnailUri (String v)

Implementation

@$pb.TagNumber(3)
set thumbnailUri($core.String v) { $_setString(2, v); }