toJson method

Map<String, dynamic> toJson()

Implementation

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