Content class

Annotations
  • @JsonSerializable()

Constructors

Content({dynamic createdBy, dynamic createdDate, dynamic updatedBy, dynamic updatedDate, String? 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, String? parentId, String? parentName, int? parentType, String? parentTypeName})
Content.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int?
getter/setter pair
channelName String?
getter/setter pair
childCount int?
getter/setter pair
childLocation ↔ dynamic
getter/setter pair
childType int?
getter/setter pair
childTypeName String?
getter/setter pair
createdBy ↔ dynamic
getter/setter pair
createdDate ↔ dynamic
getter/setter pair
hasChild bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationId String?
getter/setter pair
locationName String?
getter/setter pair
locationType int?
getter/setter pair
locationTypeName String?
getter/setter pair
parentId String?
getter/setter pair
parentName String?
getter/setter pair
parentType int?
getter/setter pair
parentTypeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softDelete bool?
getter/setter pair
status int?
getter/setter pair
updatedBy ↔ dynamic
getter/setter pair
updatedDate ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited