FunctionDomain class

通用的回调 Function 的域,用于替换域下面对应参数的值

Inheritance

Constructors

FunctionDomain(Map<String, dynamic> parameters, {required Domain? parent})

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, dynamic>
getter/setter pair
parent Domain?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindValue(String exp) → dynamic
override
currentMatch(dynamic exp) bool
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

Static Methods

na(Map map) List
获取 named 参数
pa(Map map) List
获取 postion 参数