userId property
- @JsonKey(name: 'userid')
inherited
The id of the user that the notification is for.
This will always be the id of the currently logged in user.
Implementation
@JsonKey(name: 'userid')
int get userId => throw _privateConstructorUsedError;