ImportResponseData class
The response data returned from importing a translation file.
Constructors
Properties
- completed → int
-
The number of translations imported.
final
- creationDate → String?
-
The date the file was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The id of the imported file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipped → int
-
The number of translations skipped.
final
- status → int
-
The status of the import request.
final
- totals → int?
-
The total number of translations in the file.
final
- uuid → String
-
The uuid of the import request.
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