enableHistory property Null safety

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

Specify whether messages are persisted on the server

Implementation

@JsonKey(defaultValue: true)
bool enableHistory;