WebInfo constructor

WebInfo(
  1. String key, {
  2. double? width,
  3. double? height,
  4. required String url,
  5. Map<String, dynamic>? params,
})

Implementation

WebInfo(this.key,{this.width,this.height,required this.url,this.params});