FastAdInfoJob constructor
FastAdInfoJob({
- FastAdInformationJobDelegate? delegate,
Implementation
factory FastAdInfoJob({FastAdInformationJobDelegate? delegate}) {
return (_singleton ??= FastAdInfoJob._(delegate: delegate));
}