toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final customListId = this.customListId;
final displayName = this.displayName;
final name = this.name;
return {
'customListId': ?customListId,
'displayName': ?displayName,
'name': ?name,
};
}