QYServiceWindowParams class

Constructors

QYServiceWindowParams({QYSource? source, QYCommodityInfo? commodityInfo, String? sessionTitle, int groupId = 0, int staffId = 0, int? robotId, bool robotFirst = false, int faqTemplateId = 0, int vipLevel = 0, bool showQuitQueue = true, bool showCloseSessionEntry = true})
QYServiceWindowParams.fromJson(Map<String, dynamic> json)
factory

Properties

commodityInfo QYCommodityInfo?
getter/setter pair
faqTemplateId int
getter/setter pair
groupId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
robotFirst bool
getter/setter pair
robotId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionTitle String?
getter/setter pair
showCloseSessionEntry bool
getter/setter pair
showQuitQueue bool
getter/setter pair
source QYSource?
getter/setter pair
staffId int
getter/setter pair
vipLevel int
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