IOSGetNativeViewsResponse constructor

IOSGetNativeViewsResponse({
  1. required List<IOSNativeView> roots,
})

Implementation

IOSGetNativeViewsResponse({required this.roots});