AppLocalizationKeys class Null safety

Constructors

AppLocalizationKeys()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

appName → const String
'app.name'
commonItemMillisecond → const String
'common.item.millisecond'
commonSearch → const String
'common.search'
detailScreenCopied → const String
'detailScreen.copied'
detailScreenDetails → const String
'detailScreen.details'
detailScreenOverview → const String
'detailScreen.overview'
detailScreenRequest → const String
'detailScreen.request'
detailScreenResponse → const String
'detailScreen.response'
historyScreenCancel → const String
'historyScreen.cancel'
historyScreenDeleteConfirm → const String
'historyScreen.deleteConfirm'
historyScreenError → const String
'historyScreen.error'
historyScreenHttp → const String
'historyScreen.http'
historyScreenNetwork → const String
'historyScreen.network'
historyScreenOk → const String
'historyScreen.ok'
mainScreenDescription → const String
'mainScreen.description'
mainScreenIncrement → const String
'mainScreen.increment'
mainScreenTitle → const String
'mainScreen.title'