EntryModel constructor
Implementation
EntryModel(
this.locale,
this.title,
this.url,
this.description,
this.categories,
this.tags,
this.uid,
this.createdBy,
this.updatedBy,
this.createdAt,
this.updatedAt,
this.version);