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
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