PushReceiverId constructor
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification
Implementation
const PushReceiverId({
required this.id,
this.extra,
this.clientId,
});