InternalAppSharingArtifact.fromJson constructor
      
      InternalAppSharingArtifact.fromJson(
    
    
- Map json_
 
Implementation
InternalAppSharingArtifact.fromJson(core.Map json_)
  : this(
      certificateFingerprint: json_['certificateFingerprint'] as core.String?,
      downloadUrl: json_['downloadUrl'] as core.String?,
      sha256: json_['sha256'] as core.String?,
    );