FieldInterceptInfo constructor
const
FieldInterceptInfo()
构造函数,初始化所有字段
Implementation
const FieldInterceptInfo(
this.name,
this.type,
this.typeIsNull,
this.keyName,
this.keyType,
this.keyTypeIsNull,
this.classCode,
this.getFieldCode,
this.setFieldCode,
this.valueUpdateListenerFunCode,
);