WebImage constructor Null safety

WebImage(
  1. {String? url}
)

Implementation

WebImage({
  this.url,
});