MessagingGrant constructor

MessagingGrant({
  1. bool broadcast = true,
  2. bool list = true,
  3. bool send = true,
})

Implementation

MessagingGrant({this.broadcast = true, this.list = true, this.send = true});