get abstract method
Gets the raw translation value without parameter replacement.
key: The translation key.locale: Override locale.namespace: Namespace to search in.- Returns: The raw translation string or key if not found.
Implementation
String? get(String key, {String? locale, String? namespace});