inputType property
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
Implementation
@$pb.TagNumber(2)
$core.String get inputType => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set inputType($core.String v) { $_setString(1, v); }