KytheEntry constructor
KytheEntry(
- KytheVName source,
- String fact, {
- String? kind,
- KytheVName? target,
- List<
int> ? value,
Implementation
KytheEntry(this.source, this.fact, {this.kind, this.target, this.value});