@override Map<String, dynamic> toJson() { return { 'label': label, 'link': link, 'link_id': linkId, 'deepLinkType': deepLinkType, 'color': color, 'textColor': textColor, }; }