AccountSharingInfo constructor

AccountSharingInfo({
  1. String? accountId,
  2. String? sharedDocumentVersion,
})

Implementation

AccountSharingInfo({
  this.accountId,
  this.sharedDocumentVersion,
});