toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    "brief_description": this.BriefDescription.toMap(),
    "full_description": this.FullDescription.toMap(),
    "is_enabled": this.IsEnabled,
    "is_allowed": this.IsAllowed,
  };
}