type property

  1. @TagNumber(3)
String type

Type is a human readable text describing the schema.

Implementation

@$pb.TagNumber(3)
$core.String get type => $_getSZ(2);
  1. @TagNumber(3)
void type=(String v)

Implementation

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