UCommentSelectorArgs constructor

const UCommentSelectorArgs({
  1. UUserSelectorArgs? creator,
  2. UCommentSelectorArgs? children,
  3. UUserSelectorArgs? user,
  4. UMediaSelectorArgs? media,
})

Implementation

const UCommentSelectorArgs({this.creator, this.children, this.user, this.media});