LoadAdError class

Represents errors that occur when loading an ad.

Inheritance

Constructors

LoadAdError(int code, String domain, String message, ResponseInfo? responseInfo)
Default constructor for LoadAdError.

Properties

code int
Unique code to identify the error.
finalinherited
domain String
The domain from which the error came.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
A message detailing the error.
finalinherited
responseInfo ResponseInfo?
The ResponseInfo for the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited