FastAdInfoBlocEvent.init constructor
FastAdInfoBlocEvent.init({
- FastAdInfo? adInfo,
Implementation
FastAdInfoBlocEvent.init({FastAdInfo? adInfo})
: super(
type: FastAdInfoBlocEventType.init,
payload: FastAdBlocEventPayload(adInfo: adInfo),
);