Translations class abstract
A contract for the localized strings used by the library.
- Implementers
Constructors
- Translations(String locale)
Properties
- day → String
-
No description provided for @day.
no setter
- freeTrial → String
-
No description provided for @freeTrial.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- introFreeTrialPrefix → String
-
No description provided for @introFreeTrialPrefix.
no setter
- introPayAsYouGoPrefix → String
-
No description provided for @introPayAsYouGoPrefix.
no setter
- introPayUpFrontPrefix → String
-
No description provided for @introPayUpFrontPrefix.
no setter
- localeName → String
-
final
- month → String
-
No description provided for @month.
no setter
- promoFreeTrialPrefix → String
-
No description provided for @promoFreeTrialPrefix.
no setter
- promoPayAsYouGoPrefix → String
-
No description provided for @promoPayAsYouGoPrefix.
no setter
- promoPayUpFrontPrefix → String
-
No description provided for @promoPayUpFrontPrefix.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- week → String
-
No description provided for @week.
no setter
- wordFor → String
-
No description provided for @wordFor.
no setter
- wordPer → String
-
No description provided for @wordPer.
no setter
- wordThen → String
-
No description provided for @wordThen.
no setter
- year → String
-
No description provided for @year.
no setter
Methods
-
nDays(
num count) → String - Label for the number of days
-
nDaysInSentence(
num count) → String - Label for the number of days
-
nMonths(
num count) → String - Label for the number of months
-
nMonthsInSentence(
num count) → String - Label for the number of months
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
nWeeks(
num count) → String - Label for the number of weeks
-
nWeeksInSentence(
num count) → String - Label for the number of weeks
-
nYears(
num count) → String - Label for the number of years
-
nYearsInSentence(
num count) → String - Label for the number of years
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → Translations?