NotificationSelectorArgs constructor

const NotificationSelectorArgs({
  1. UserSelectorArgs? creator,
  2. UserSelectorArgs? user,
})

Implementation

const NotificationSelectorArgs({this.creator, this.user});