id property

  1. @JsonKey(name: '_id')
String? id
final

The internal id novu generated for your subscriber, this is not the subscriberId matching your query.

Implementation

@JsonKey(name: '_id')
final String? id;