Detail constructor

Detail({
  1. String? url,
  2. dynamic contentType,
})

Implementation

Detail({
  this.url,
  this.contentType,
});