PushwooshMessage constructor

PushwooshMessage(String title, String message, Map payload, Map customData)

Implementation

PushwooshMessage(this.title, this.message, this.payload, this.customData);