i18n property
String
get
i18n
It returns the same key
provided, unaffected. This marks the string for future translation,
and records the given key as a missing translation with unknown locale.
Implementation
String get i18n => recordMissingKey(this);