How to get all fields from get_last_doc()

hello all,
can anyone pls suggest how to get all fields from get_last_doc() …
thank you

emp = frappe.get_last_doc(“Employee”).as_dict()

thankyou so much

You are welcome