OkruMatcher class

A matcher implementation for https://ok.ru

Inheritance

Constructors

OkruMatcher()

Properties

hashCode int
The hash code for this object.
no setterinherited
regex String
A regex string that will be used to match given url.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

match(String url) Future<Okru?>
Tries to match the given url. Returns matched site if match is successfull else null.
override
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