toJson method
Creates a json from the object
Implementation
Map toJson() {
return {
'message_auto_delete_time': messageAutoDeleteTime,
}..removeWhere((_, v) => v == null);
}
Creates a json from the object
Map toJson() {
return {
'message_auto_delete_time': messageAutoDeleteTime,
}..removeWhere((_, v) => v == null);
}