SimpleMessagePredicate constructor

const SimpleMessagePredicate({
  1. Map<String, CustomFieldPredicate>? custom,
  2. FieldPredicate<MessageOrigin>? origin,
  3. SenderPredicate? sender,
  4. FieldPredicate<MessageType>? type,
})

Implementation

const SimpleMessagePredicate({
  this.custom,
  this.origin,
  this.sender,
  this.type,
});