UIView constructor
UIView()
Returns a new instance of UIView constructed with the default new method.
Implementation
factory UIView() => new$();
Returns a new instance of UIView constructed with the default new method.
factory UIView() => new$();