VolumeUserInfoFamilySharing.fromJson constructor
VolumeUserInfoFamilySharing.fromJson(
- 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?,
);