V2TimImage constructor
      
      V2TimImage({})
     
    
    
Implementation
V2TimImage({
  // ignore: non_constant_identifier_names
  this.uuid,
  required this.type,
  this.size,
  this.width,
  this.height,
  this.url,
  this.localUrl,
});