call method

String call([
  1. List? arguments
])

Return the text from GetText map based on current locale

Implementation

String call([List<dynamic>? arguments]) => $localized(_getTextMap, arguments);