trackContent property

  1. @JsonKey(includeToJson: false)
bool trackContent
latefinal

To check whether the user allows to send content or not

Implementation

@JsonKey(includeToJson: false)
late final bool trackContent;