KnowledgeBaseLocator class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- KnowledgeBaseLocator.new({required KnowledgeBaseDocumentType type, required String name, required String id, DocumentUsageModeEnum? usageMode})
-
const
-
KnowledgeBaseLocator.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → KnowledgeBaseDocumentType
-
final
- usageMode → DocumentUsageModeEnum?
-
final
Methods
-
copyWith(
{KnowledgeBaseDocumentType? type, String? name, String? id, DocumentUsageModeEnum? usageMode}) → KnowledgeBaseLocator -
Available on KnowledgeBaseLocator, provided by the $KnowledgeBaseLocatorExtension extension
-
copyWithWrapped(
{Wrapped< KnowledgeBaseDocumentType> ? type, Wrapped<String> ? name, Wrapped<String> ? id, Wrapped<DocumentUsageModeEnum?> ? usageMode}) → KnowledgeBaseLocator -
Available on KnowledgeBaseLocator, provided by the $KnowledgeBaseLocatorExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
Constants
-
fromJsonFactory
→ const KnowledgeBaseLocator Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(KnowledgeBaseLocator instance)