ShowNativeAdsOptions constructor

ShowNativeAdsOptions([
  1. void updates(
    1. ShowNativeAdsOptionsBuilder
    )
])

Implementation

factory ShowNativeAdsOptions(
        [void Function(ShowNativeAdsOptionsBuilder) updates]) =
    _$ShowNativeAdsOptions;