icu_data_path property

Pointer<Utf16> icu_data_path
getter/setter pair

The path to the icudtl.dat file for the version of Flutter you are using. This can either be an absolute path or a path relative to the directory containing the executable.

Implementation

external Pointer<Utf16> icu_data_path;