Notifications constructor

Notifications(
  1. {required String url,
  2. required String email}
)

Implementation

Notifications({
  required this.url,
  required this.email
});