documentBlobUuid property
      
      String?
      get
      documentBlobUuid
      
    
    
Used internally to store the blob uuid after parameter customization and shouldn't be populated by the extension.
Implementation
String? get documentBlobUuid => _wrapped.documentBlobUuid;
      
      set
      documentBlobUuid
      (String? v) 
      
    
    
    
Implementation
set documentBlobUuid(String? v) {
  _wrapped.documentBlobUuid = v;
}