IntlResourceDiscover constructor

IntlResourceDiscover(
  1. String resourcePathPrefix, [
  2. String resourcePathSuffix = ''
])

Creates a IntlResourceDiscover. resourcePathPrefix The prefix path of the resource file. resourcePathSuffix The suffix path of the resource file.

Implementation

IntlResourceDiscover(this.resourcePathPrefix, [this.resourcePathSuffix = '']);