MercureRequestException class

Exception that will be thrown if topics list is empty or uri is malformed.

Inheritance

Constructors

MercureRequestException(String hub, List<String> topics)
Exception that will be thrown if topics list is empty or uri is malformed.

Properties

hashCode int
The hash code for this object.
no setterinherited
hub String
Parsed uniform resource identifier
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<String>
Expressions matching one or several topics
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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