Term class

The term being translated by the custom terminology.

Constructors

Term({String? sourceText, String? targetText})
Term.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceText String?
The source text of the term being translated by the custom terminology.
final
targetText String?
The target text of the term being translated by the custom terminology.
final

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