VolumeUserInfoFamilySharing.fromJson constructor

VolumeUserInfoFamilySharing.fromJson(
  1. Map json_
)

Implementation

VolumeUserInfoFamilySharing.fromJson(core.Map json_)
    : this(
        familyRole: json_['familyRole'] as core.String?,
        isSharingAllowed: json_['isSharingAllowed'] as core.bool?,
        isSharingDisabledByFop: json_['isSharingDisabledByFop'] as core.bool?,
      );