FastInterstitialAdBlocEvent class
- Inheritance
-
- Object
- BlocEvent<
FastInterstitialAdBlocEventType, FastInterstitialAdBlocEventPayload> - FastInterstitialAdBlocEvent
Constructors
- FastInterstitialAdBlocEvent.init({FastInterstitialAdBlocEventPayload? payload})
-
const
- FastInterstitialAdBlocEvent.initialized({FastInterstitialAdBlocEventPayload? payload})
-
const
- FastInterstitialAdBlocEvent.loadAd()
-
const
- FastInterstitialAdBlocEvent.showAd()
-
const
Properties
- error → Object?
-
The error of the event.
finalinherited
- forceBuild → bool
-
Indicates whether the bloc builder can force rendering.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → FastInterstitialAdBlocEventPayload?
-
The payload of the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FastInterstitialAdBlocEventType?
-
The type of the event.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited