TranslationsEn class

Default implementation of Translations for the en locale.

This file generated from the ./assets/l10n/in_app_purchase_offers_en.arb file.

Inheritance

Constructors

TranslationsEn([String locale = 'en'])

Properties

day String
No description provided for @day.
no setteroverride
freeTrial String
No description provided for @freeTrial.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
introFreeTrialPrefix String
No description provided for @introFreeTrialPrefix.
no setteroverride
introPayAsYouGoPrefix String
No description provided for @introPayAsYouGoPrefix.
no setteroverride
introPayUpFrontPrefix String
No description provided for @introPayUpFrontPrefix.
no setteroverride
localeName String
finalinherited
month String
No description provided for @month.
no setteroverride
promoFreeTrialPrefix String
No description provided for @promoFreeTrialPrefix.
no setteroverride
promoPayAsYouGoPrefix String
No description provided for @promoPayAsYouGoPrefix.
no setteroverride
promoPayUpFrontPrefix String
No description provided for @promoPayUpFrontPrefix.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
week String
No description provided for @week.
no setteroverride
wordFor String
No description provided for @wordFor.
no setteroverride
wordPer String
No description provided for @wordPer.
no setteroverride
wordThen String
No description provided for @wordThen.
no setteroverride
year String
No description provided for @year.
no setteroverride

Methods

nDays(num count) String
Label for the number of days
override
nDaysInSentence(num count) String
Label for the number of days
override
nMonths(num count) String
Label for the number of months
override
nMonthsInSentence(num count) String
Label for the number of months
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nWeeks(num count) String
Label for the number of weeks
override
nWeeksInSentence(num count) String
Label for the number of weeks
override
nYears(num count) String
Label for the number of years
override
nYearsInSentence(num count) String
Label for the number of years
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited