RequestInfo class final

Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.

Inheritance
  • Object
  • ProtoMessage
  • RequestInfo

Constructors

RequestInfo({String requestId = '', String servingData = ''})
RequestInfo.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
requestId String
An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servingData String
Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String