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