MultiSelectorEntity class
create_user: zhengzaihong email:1096877329@qq.com create_date: 2025/6/24 create_time: 10:42 describe: 无限层级的选择项的父类,子类需要构造此类中的数据 Parent class of options at infinite levels,Subclasses need to construct the data in this class
Constructors
- 
          MultiSelectorEntity({String? id, String? name, bool isSelected = false, dynamic extra, List<
MultiSelectorEntity> ? children}) - 
          MultiSelectorEntity.formJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- 
  children
  ↔ List<
MultiSelectorEntity> ? - 
  
  getter/setter pair
 - extra ↔ dynamic
 - 
  
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id ↔ String?
 - 
  
  getter/setter pair
 - isSelected ↔ bool
 - 
  
  getter/setter pair
 - name ↔ String?
 - 
  
  getter/setter pair
 - 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
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited