id property

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

The notification's unique identifier.

Implementation

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