toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final internalWebPropertyId = this.internalWebPropertyId;
final profileId = this.profileId;
final profileName = this.profileName;
final tableId = this.tableId;
final webPropertyId = this.webPropertyId;
return {
'accountId': ?accountId,
'internalWebPropertyId': ?internalWebPropertyId,
'profileId': ?profileId,
'profileName': ?profileName,
'tableId': ?tableId,
'webPropertyId': ?webPropertyId,
};
}