PushRule constructor
PushRule({})
Implementation
PushRule({
required this.actions,
this.conditions,
required this.default$,
required this.enabled,
this.pattern,
required this.ruleId,
});
PushRule({
required this.actions,
this.conditions,
required this.default$,
required this.enabled,
this.pattern,
required this.ruleId,
});