TechnologyTargeting class

Technology Targeting.

Constructors

TechnologyTargeting({List<Browser>? browsers, List<ConnectionType>? connectionTypes, List<MobileCarrier>? mobileCarriers, List<OperatingSystemVersion>? operatingSystemVersions, List<OperatingSystem>? operatingSystems, List<PlatformType>? platformTypes})
TechnologyTargeting.fromJson(Map json_)

Properties

browsers List<Browser>?
Browsers that this ad targets.
getter/setter pair
connectionTypes List<ConnectionType>?
Connection types that this ad targets.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileCarriers List<MobileCarrier>?
Mobile carriers that this ad targets.
getter/setter pair
operatingSystems List<OperatingSystem>?
Operating systems that this ad targets.
getter/setter pair
operatingSystemVersions List<OperatingSystemVersion>?
Operating system versions that this ad targets.
getter/setter pair
platformTypes List<PlatformType>?
Platform types that this ad targets.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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