toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'createdBy': createdBy,
'createdDateTime': createdDateTime,
'id': id,
'isDefault': isDefault,
'isShared': isShared,
'lastModifiedBy': lastModifiedBy,
'lastModifiedDateTime': lastModifiedDateTime,
'links': links,
'displayName': displayName,
'sectionGroupsUrl': sectionGroupsUrl,
'sectionsUrl': sectionsUrl,
'self': self,
'userRole': userRole,
};
}