GifTypes constructor

GifTypes({
  1. String? url,
  2. String? previewUrl,
  3. int? size,
  4. List<int>? dims,
  5. double? duration,
})

Implementation

GifTypes({
  this.url,
  this.previewUrl,
  this.size,
  this.dims,
  this.duration,
});