IntlResourceUri class

A localized resource based in a Uri.

Constructors

IntlResourceUri(RegExp uriLocalePattern, String mainUri, [ResourceContentCache? _resourceContentCache])

Properties

hashCode int
The hash code for this object.
no setterinherited
mainUri String
The main URI to build the localized uris.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uriLocalePattern RegExp
Pattern that indicates where to inser the locale code in mainUri.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveResourceContent() Future<ResourceContent?>
Resolves the Uri with the desired locale code and available URIs.
toString() String
A string representation of this object.
inherited

Operators

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