VolumeUserInfoFamilySharing constructor

VolumeUserInfoFamilySharing({
  1. String? familyRole,
  2. bool? isSharingAllowed,
  3. bool? isSharingDisabledByFop,
})

Implementation

VolumeUserInfoFamilySharing({
  this.familyRole,
  this.isSharingAllowed,
  this.isSharingDisabledByFop,
});