CitationSource class final

A citation to a source for a portion of a specific response.

Inheritance
  • Object
  • ProtoMessage
  • CitationSource

Constructors

CitationSource({int? startIndex, int? endIndex, String? uri, String? license})
CitationSource.fromJson(Map<String, dynamic> json)
factory

Properties

endIndex int?
Optional. End of the attributed segment, exclusive.
final
hashCode int
The hash code for this object.
no setterinherited
license String?
Optional. License for the GitHub project that is attributed as a source for segment.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int?
Optional. Start of segment of the response that is attributed to this source.
final
uri String?
Optional. URI that is attributed as a source for a portion of the text.
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