BizKit class

Inheritance

Constructors

BizKit(String? _icon, String _name, String _group, String? _desc, KitPageBuilder? _kitBuilder, String? _key, Function? _action)
_name不能为空 _group不能为空

Properties

desc String?
no setter
group String
no setter
hashCode int
The hash code for this object.
no setterinherited
icon String?
no setter
key String
no setter
kitPageBuilder KitPageBuilder?
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

action() Function?
displayPage() Widget?
返回BizKit 绑定的widget页面 如有的话,否则返回null
getIcon() String
override
getKitName() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tabAction() → void
override
toString() String
A string representation of this object.
override

Operators

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