toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "id": id,
      "logo": logo,
      "title": title,
      "sub_title": subTitle,
      "sub_title_kh": subTitleKh,
      "is_default": isDefault,
      "status": status,
      "type": type,
      "created_date": createdDate.toIso8601String(),
      "updated_date": updatedDate.toIso8601String(),
    };