id property

  1. @JsonKey(name: 'notificationid')
int id
inherited

The id of the notification.

Implementation

@JsonKey(name: 'notificationid')
int get id => throw _privateConstructorUsedError;