InfiniteMenu class abstract

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) → void
通过实现该方法来进行数据解析
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
通过实现该方法来进行数据转换
toString() String
A string representation of this object.
inherited

Operators

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