toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'id': this.id,
'type': this.type,
'blockList': this.blockList,
'cardClass': this.cardClass,
'topBanner': this.topBanner,
'bottomBanner': this.bottomBanner,
'extras': this.extras,
};
}