userId property

  1. @JsonKey(name: 'userid')
int 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;