fields property

  1. @override
List<JsonField> get fields
override

List of JSON fields representing the notification attributes.

Implementation

@override
List<JsonField> get fields => [
      id,
      title,
      titleWeb,
      titleMobile,
      content,
      contentWeb,
      contentMobile,
      link,
      linkWeb,
      linkMobile,
      sender,
      senderId,
      recipient,
      recipientId,
      unread,
    ];