ReportModel constructor
ReportModel({
- int? id,
- ReportSubTypeModel? type,
- PostModel? post,
- UserModel? user,
- DateTime? createdAt,
Implementation
ReportModel({this.id, this.type, this.post, this.user, this.createdAt});