ReaperNativeBaseBean constructor

const ReaperNativeBaseBean({
  1. required String? positionId,
  2. int? uniqueKey,
  3. dynamic callBack(
    1. ReaperAdCallBack
    )?,
})

Implementation

const ReaperNativeBaseBean(
    {required this.positionId, this.uniqueKey, this.callBack});