FilterSubscription class

Details of a user or group subscribing to a filter.

Constructors

FilterSubscription({GroupName? group, int? id, User? user})
FilterSubscription.fromJson(Map<String, Object?> json)
factory

Properties

group GroupName?
The group subscribing to filter.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the filter subscription.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
The user subscribing to filter.
final

Methods

copyWith({GroupName? group, int? id, User? user}) FilterSubscription
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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