String tr({Map<String, dynamic>? args, int? form}) => TranslationService.instance.tr( this, args: args, form: form, );