dint-dev / universal_html

Cross-platform 'dart:html'.
https://pub.dev/packages/universal_html
Apache License 2.0
201 stars 60 forks source link

Update Line no. 2752 with null check. element_subclasses.dart #77

Open Noman5253 opened 1 year ago

Noman5253 commented 1 year ago

Added a null check at line no. 2752. Because it was throwing a compile time exception when used in a project. After doing this change it worked fine [Locally].