MapEachDomain class

暂时留着,适配之前的代码 Sugar.popMenuButton Sugar.listBuilder 现在可以简单支持,看需要移除不 Sugar.isNestedScrollViewHeaderSliversBuilder Sugar.sliverChildBuilderDelegate 现在可以简单支持,看需要移除不

Inheritance

Constructors

MapEachDomain(List? source, {required Domain? parent})

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pairinherited
parent Domain?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source List?
final

Methods

bindValue(String exp) → dynamic
override
currentMatch(dynamic exp) bool
forEach(dynamic f(Domain $, dynamic element)) List
match(dynamic exp) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parentMatch(dynamic exp) bool
toString() String
A string representation of this object.
inherited

Operators

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