getArbFilePath method

String getArbFilePath(
  1. String locale
)

Returns arb file path for the locale.

Implementation

String getArbFilePath(String locale) =>
    path.join(L10nUtils.getDirPath(this), L10nUtils.getArbFile(this, locale));