hardDelete property

  1. @JsonKey(includeIfNull: false)
bool? hardDelete
final

This is true if the message has been hard deleted

Implementation

@JsonKey(includeIfNull: false)
final bool? hardDelete;