GoogleAdsSearchads360V23CommonImageDimension class
Metadata for an image at a certain size, either original or resized.
Constructors
- GoogleAdsSearchads360V23CommonImageDimension({String? heightPixels, String? url, String? widthPixels})
- GoogleAdsSearchads360V23CommonImageDimension.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightPixels ↔ String?
-
Height of the image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
A URL that returns the image with this height and width.
getter/setter pair
- widthPixels ↔ String?
-
Width of the image.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited