sentToSelf property

  1. @JsonKey(name: 'sentToSelf')
bool? sentToSelf
getter/setter pair

True if the PUSH message will only be sent to the device that made this request.

Implementation

@JsonKey(name:'sentToSelf')
bool? sentToSelf;