QrDataModel class

Constructors

QrDataModel({int? id, String? qr, int? qrActionType, int? duration, int? expire, String? content, String? currency, int? price, String? proUniqueId, String? title, String? shopPicture, String? shopDisplayName, String? commissionsType, int? pourcentage, int? stableCosts, List? eventLists, dynamic videoCall, dynamic homelidoPropertyInfo, ProsModel? proInfo, ProServiceModel? service, SportPrograms? arckipelSportPrograms, QrDeviceInfo? deviceInfo})
QrDataModel.fromJson(Map<String, dynamic> json, {dynamic homelidoMeetingConvertor})

Properties

arckipelSportPrograms SportPrograms?
getter/setter pair
commissionsType String?
getter/setter pair
content String?
getter/setter pair
currency String?
getter/setter pair
deviceInfo QrDeviceInfo?
getter/setter pair
duration int?
getter/setter pair
eventLists List?
getter/setter pair
expire int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homelidoPropertyInfo ↔ dynamic
getter/setter pair
id int?
getter/setter pair
pourcentage int?
getter/setter pair
price int?
getter/setter pair
proInfo ProsModel?
getter/setter pair
proUniqueId String?
getter/setter pair
qr String?
getter/setter pair
qrActionType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service ProServiceModel?
getter/setter pair
shopDisplayName String?
getter/setter pair
shopPicture String?
getter/setter pair
shopUniqueId String?
getter/setter pair
stableCosts int?
getter/setter pair
title String?
getter/setter pair
videoCall ↔ dynamic
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