Blog constructor
Blog({})
Implementation
Blog({
required this.id,
required this.title,
required this.content,
required this.createTime,
required this.category,
required this.author,
this.thumbnail,
required this.dateString,
required this.tags,
this.aliasString,
});