sessionUpdate property Null safety

bool sessionUpdate
@JsonKey(defaultValue: true), read / write

Option to update the session The parameter takes effect only if the message is saved when the user is offline. The default value is true

Implementation

@JsonKey(defaultValue: true)
bool sessionUpdate;