toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return Map<String, dynamic>.from({
    "url": this.URL,
    "pixel": this.Pixel,
    "flex": this.Flex,
    "id": this.Id ?? "",
    "page_title": this.PageTitle ?? "",
  });
}