HomeContentId class

Constructors

HomeContentId({required String? sId, required String? name, required bool? status, required String? contentType, required String? displayType, required int? count, required List<Banners>? banners, required List<Promotions>? promotions, required String? sTypename})
HomeContentId.fromJson(Map<String, dynamic> json)

Properties

banners List<Banners>?
latefinal
contentType String?
latefinal
count int?
latefinal
displayType String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
name String?
latefinal
promotions List<Promotions>?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sId String?
latefinal
status bool?
latefinal
sTypename String?
latefinal

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