description property
description of what the file contains
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set description($core.String v) { $_setString(1, v); }
description of what the file contains
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
@$pb.TagNumber(2)
set description($core.String v) { $_setString(1, v); }