AdStyle class Null safety
Constructors
- AdStyle({AdStyleColors? colors, String? corners, AdStyleFont? font, String? kind})
- AdStyle.fromJson(Map json_)
Properties
- colors ↔ AdStyleColors?
-
The colors included in the style.
read / write
- corners ↔ String?
-
The style of the corners in the ad (deprecated: never populated, ignored).
read / write
- font ↔ AdStyleFont?
-
The font which is included in the style.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- kind ↔ String?
-
Kind this is, in this case adsensehost#adStyle.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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