BasicInfo.fromJson constructor
Implementation
BasicInfo.fromJson(Map<String, dynamic> json) {
title = json['title'];
description = json['description'];
privacy_notice_heading = json['privacy_notice_heading'];
preference_center_heading = json['preference_center_heading'];
dsr_center_heading = json['dsr_center_heading'];
}