SenderPredicate constructor
const
SenderPredicate({
- FieldPredicate<
String> ? id, - Map<
String, CustomFieldPredicate> ? custom, - FieldPredicate<
String> ? locale, - FieldPredicate<
String> ? role,
Implementation
const SenderPredicate({this.id, this.custom, this.locale, this.role});