CitationSource class final

Citation to a source for a portion of a specific response.

Constructors

CitationSource(int? startIndex, int? endIndex, Uri? uri, String? license)

Properties

endIndex int?
End of the attributed segment, exclusive.
final
hashCode int
The hash code for this object.
no setterinherited
license String?
License for the GitHub project that is attributed as a source for segment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int?
Start of segment of the response that is attributed to this source.
final
uri Uri?
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
toString() String
A string representation of this object.
inherited

Operators

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