NotificationRecipientsRestrictions class
Details of the group membership or permissions needed to receive the notification.
Constructors
-
NotificationRecipientsRestrictions({List<
String> ? groupIds, List<GroupName> ? groups, List<RestrictedPermission> ? permissions}) -
NotificationRecipientsRestrictions.fromJson(Map<
String, Object?> json) -
factory
Properties
-
groupIds
→ List<
String> -
List of groupId memberships required to receive the notification.
final
-
groups
→ List<
GroupName> -
List of group memberships required to receive the notification.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
permissions
→ List<
RestrictedPermission> -
List of permissions required to receive the notification.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< String> ? groupIds, List<GroupName> ? groups, List<RestrictedPermission> ? permissions}) → NotificationRecipientsRestrictions -
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