SenderPredicate constructor

const SenderPredicate({
  1. FieldPredicate<String>? id,
  2. Map<String, CustomFieldPredicate>? custom,
  3. FieldPredicate<String>? locale,
  4. FieldPredicate<String>? role,
})

Implementation

const SenderPredicate({this.id, this.custom, this.locale, this.role});