toJson method
Implementation
Map<String, dynamic> toJson() {
final allowAssociation = this.allowAssociation;
final sharedAccountId = this.sharedAccountId;
return {
'AllowAssociation': allowAssociation,
'SharedAccountId': sharedAccountId,
};
}