isChecked property Null safety

bool isChecked
@JsonKey(defaultValue: false), read / write

the select state of a message

Implementation

@JsonKey(defaultValue: false)
bool isChecked;