ChannelItemInfo class

渠道数据

Constructors

ChannelItemInfo(int type, String channelName, String platformName, int cost, {String invokeStackStr = "", String methodName = ""})

Properties

channelName String
getter/setter pair
cost int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invokeStackStr String
getter/setter pair
methodName String
getter/setter pair
platformName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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