WebAppInfo constructor

WebAppInfo({
  1. required int launchId,
  2. WebAppUrl? url,
})

Implementation

WebAppInfo({required this.launchId, this.url});