ITransResult class
翻译结果
Constructors
- ITransResult({required String from, required int ret, required String sid, required String to, required TransResult transResult})
-
const
- ITransResult.fromJson(Map json)
-
factory
Properties
- from → String
-
源语种
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ret → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sid → String
-
final
- to → String
-
翻译语种
final
- transResult → TransResult
-
翻译结果
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