CommonData class

FnPanel

全局通用数据

Constructors

CommonData()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

config FnConfig?
全局配置
getter/setter pair
globalButtonOffset Offset?
全局请求按钮offset
getter/setter pair
requestingMap Map<int, int>
未响应的请求Map,key为请求的唯一标识,value为此请求在requestList中的index
getter/setter pair
requestList List<RequestModel>
Request List
getter/setter pair
requestUpdateCallback Function?
请求/响应更新回调
getter/setter pair