toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataProfile = this.dataProfile;
final infoTypes = this.infoTypes;
final parentType = this.parentType;
return {
'dataProfile': ?dataProfile,
'infoTypes': ?infoTypes,
'parentType': ?parentType,
};
}