type property

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

The type of the resource. The syntax is platform-specific because different platforms define their resources differently.

For Google APIs, the type format must be "{service}/{kind}".

Implementation

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

Implementation

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