protoTypeFqn property

String? protoTypeFqn
getter/setter pair

If code == PROTO or code == ENUM, then proto_type_fqn is the fully qualified name of the proto type representing the proto/enum definition.

Implementation

core.String? protoTypeFqn;