MaxNativeAd class

Represents a native ad

Properties

advertiser String?
The native ad advertiser text
final
body String?
The native ad body text
final
callToAction String?
The native ad CTA button text.
final
hashCode int
The hash code for this object.
no setterinherited
isIconImageAvailable bool
Whether or not the icon image is available.
final
isMediaViewAvailable bool
Whether or not the media view is available.
final
isOptionsViewAvailable bool
Whether or not the options image is available.
final
mediaContentAspectRatio double?
The aspect ratio for the media view if provided by the network
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starRating double?
The star rating of the native ad in the 0.0, 5.0 range if provided by the network.
final
title String?
The native ad title text.
final

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