AdSize class

Represents the size of an ad.

Use this class to define the dimensions of an ad.

Constructors

AdSize(int width, int height)
Represents the size of an ad.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
The height of the ad size.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Represents the width of an ad size.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, int>
Converts the AdSize object to a JSON representation.
toString() String
A string representation of this object.
inherited

Operators

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