CitationMetadata class

Provides citation metadata for sourcing of content provided by the model between a given start index and end index.

Constructors

CitationMetadata({required int startIndex, required int endIndex, required String uri, required String license})

Properties

endIndex int
final
hashCode int
The hash code for this object.
no setterinherited
license String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int
final
uri String
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