NotificationData.create constructor

NotificationData.create(
  1. String _title,
  2. String _content,
  3. String _bigTitle,
  4. String _bigContent,
  5. String _summary,
  6. String _imageUrl,
  7. String _iconUrl,
  8. String _customContent,
  9. List<NotificationButtonData?>? _buttons,
)

Implementation

NotificationData.create(
    this._title,
    this._content,
    this._bigTitle,
    this._bigContent,
    this._summary,
    this._imageUrl,
    this._iconUrl,
    this._customContent,
    this._buttons);