FConfigFieldInterceptGenerator class abstract
字段拦截代码生成器接口,用于生成与配置相关的字段代码片段。
- Implementers
Constructors
Properties
- classCode → String?
-
生成的类代码片段
final
- getFieldCode → String?
-
生成的获取字段代码片段
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setFieldCode → String?
-
生成的设置字段代码片段
final
- 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