ChangeLog constructor
ChangeLog({})
Implementation
ChangeLog({
this.accountId,
this.action,
this.changeTime,
this.fieldName,
this.id,
this.kind,
this.newValue,
this.objectId,
this.objectType,
this.oldValue,
this.subaccountId,
this.transactionId,
this.userProfileId,
this.userProfileName,
});