FConfigFunInterceptGenerator class abstract

方法拦截代码生成器接口,用于生成与配置相关的方法代码片段。

Implementers

Properties

classCode String?
生成的类代码片段
final
funCode String
生成的目标方法代码片段
final
hashCode int
The hash code for this object.
no setterinherited
isAsync bool
是否为异步方法
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueUpdateListenerFunCode String?
生成的值变更监听方法代码片段
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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