Content constructor
Content({
- dynamic createdBy,
- dynamic createdDate,
- dynamic updatedBy,
- dynamic updatedDate,
- int? locationId,
- String? locationName,
- int? locationType,
- String? locationTypeName,
- int? channelId,
- String? channelName,
- int? status,
- bool? softDelete,
- dynamic childLocation,
- int? childCount,
- bool? hasChild,
- int? childType,
- String? childTypeName,
- dynamic parentId,
- dynamic parentName,
- dynamic parentType,
- dynamic parentTypeName,
Implementation
Content({
this.createdBy,
this.createdDate,
this.updatedBy,
this.updatedDate,
this.locationId,
this.locationName,
this.locationType,
this.locationTypeName,
this.channelId,
this.channelName,
this.status,
this.softDelete,
this.childLocation,
this.childCount,
this.hasChild,
this.childType,
this.childTypeName,
this.parentId,
this.parentName,
this.parentType,
this.parentTypeName,
});