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