AdFeatureProperties class

Annotations

Constructors

AdFeatureProperties(String id, String auctionID, String cps, int minZoom, String name, List<String> categories, String icon, MBPProfile profile, String? bannerVideo, String? bannerUrl, {String? address, String? addressRemark, String? phoneNo, String? title, String? summary, String? businessHours, String? businessHoursRemark, String? promotionURL, String? bannerImage, List<ExternalLink>? externalLinks})
AdFeatureProperties.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
final
addressRemark String?
final
auctionID String
final
bannerImage String?
final
bannerUrl String?
final
bannerVideo String?
final
businessHours String?
final
businessHoursRemark String?
final
categories List<String>
final
cps String
final
final
hashCode int
The hash code for this object.
no setterinherited
icon String
final
id String
final
minZoom int
final
name String
final
phoneNo String?
final
profile MBPProfile
final
promotionURL String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
final
title String?
final

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