The constructor of Contentful Entry Model
const factory Entry({ required T fields, Metadata? metadata, Sys? sys, }) = _Entry;