KytheEntry constructor

KytheEntry(
  1. KytheVName source,
  2. String fact, {
  3. String? kind,
  4. KytheVName? target,
  5. List<int>? value,
})

Implementation

KytheEntry(this.source, this.fact, {this.kind, this.target, this.value});