GoogleFile constructor
      const
      GoogleFile({})
     
    
    
Implementation
const GoogleFile({
  required this.name,
  required this.displayName,
  required this.mimeType,
  required this.sizeBytes,
  required this.state,
  this.uri,
});