InfiniteMenu class
create_user: zhengzaihong email:1096877329@qq.com create_date: 2022/10/9 create_time: 17:35 describe: 实现无线层级的实体类 实际开发中需要将 您的菜单类别转换成该类模型。 简化以前的逻辑
Constructors
-
InfiniteMenu.new({dynamic obj, String? title, List<
InfiniteMenu> ? children, bool isChecked = false})
Properties
-
children
↔ List<
InfiniteMenu> ? -
子孙菜单
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isChecked ↔ bool
-
getter/setter pair
- obj ↔ dynamic
-
附加数据
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
当前菜单标题
getter/setter pair
Methods
-
fromMap(
Map< String, dynamic> map) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited