SubscriberTopicMap class
- Implemented types
Constructors
Properties
Methods
-
clear(
) → void -
override
-
delete(
{required String topic, String? id}) → void -
override
-
exists(
String topic, String id) → bool -
override
-
get(
String topic) → List< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String topic, String id) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited