toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    "custom_url": this.CustomURL.toMap(),
    "display_text": this.DisplayText.toMap(),
    "is_custom_url_enabled": this.IsCustomURLEnabled,
  };
}