NotificareContent constructor

NotificareContent(
  1. String? type,
  2. dynamic data
)

Implementation

NotificareContent(this.type, this.data);