KytheEntry class

KytheEntry

{ "source": KytheVName "kind": optional String "target": optional KytheVName "fact": String "value": optional List

Clients may not extend, implement or mix-in this class.

Constructors

KytheEntry(KytheVName source, String fact, {String? kind, KytheVName? target, List<int>? value})
KytheEntry.fromJson(JsonDecoder jsonDecoder, String jsonPath, Object? json)
factory

Properties

fact String
A fact label. The schema defines which fact labels are meaningful.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
kind String?
An edge label. The schema defines which labels are meaningful.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source KytheVName
The ticket of the source node.
getter/setter pair
target KytheVName?
The ticket of the target node.
getter/setter pair
value List<int>?
The String value of the fact.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Returns a JSON presentation of the object.
toString() String
A string representation of this object.
override

Operators

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