type property
Type is a human readable word describing the schema.
Implementation
@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set type($core.String value) => $_setString(0, value);
Type is a human readable word describing the schema.
@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
@$pb.TagNumber(1)
set type($core.String value) => $_setString(0, value);