Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (sent != null) { _json['sent'] = sent; } if (mode != null) { _json['mode'] = mode; } return _json; }