CustomPart constructor
      
      CustomPart({})
     
    
    
Implementation
CustomPart({
  this.text,
  this.media,
  this.toolRequest,
  this.toolResponse,
  this.data,
  this.metadata,
  required this.custom,
  this.reasoning,
  this.resource,
});