TranslationTimeEstimation class

@deprecated Use TranslationTimeEstimationIntl instead.

Constructors

TranslationTimeEstimation({String ltSecond = 'ltSecond', String second = 'second', String seconds = 'seconds', String minute = 'minute', String minutes = 'minutes', String hour = 'hour', String hours = 'hours', String day = 'day', String days = 'days', String month = 'month', String months = 'months', String year = 'year', String years = 'years', String centuries = 'centuries'})
const

Properties

centuries String
final
day String
final
days String
final
hashCode int
The hash code for this object.
no setterinherited
hour String
final
hours String
final
ltSecond String
final
minute String
final
minutes String
final
month String
final
months String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second String
final
seconds String
final
year String
final
years String
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