PrefixFileReader class

A helper class doing file handling and lookup of phone number prefix mappings.

Constructors

PrefixFileReader(Map<int, List<String>> _configData, Map<String, Map<int, String>> _assetData)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDescriptionForNumber(PhoneNumber number, String language, String script, String region) String
Returns a text description in the given language for the given phone number.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited