WebImage constructor

WebImage({
  1. double? score,
  2. String? url,
})

Implementation

WebImage({
  this.score,
  this.url,
});