V2TimImage constructor

V2TimImage(
  1. String UUID,
  2. int type,
  3. int size,
  4. int width,
  5. int height,
  6. String url
)

Implementation

V2TimImage(
  this.UUID,
  this.type,
  this.size,
  this.width,
  this.height,
  this.url,
);