FastRewardedAdBlocEventPayload class
Constructors
- FastRewardedAdBlocEventPayload.new({Duration? blockDuration, FastAdInfo? adInfo, String? country, dynamic error, RewardItem? reward})
Properties
- adInfo → FastAdInfo?
-
final
- blockDuration → Duration?
-
final
- country → String?
-
final
- error → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reward → RewardItem?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{FastAdInfo? adInfo, String? country, dynamic error, bool? isAdLoaded, RewardItem? reward, Duration? blockDuration}) → FastRewardedAdBlocEventPayload -
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