EasyCoderFieldInfo class

代码生成器字段信息

Constructors

EasyCoderFieldInfo({required String type, required String name, required List<String> desc, bool secrecy = false, bool nullAble = false, bool wrapFlat = false, String? defVal, String? zhText, String? enText})

Properties

defVal String?
字段默认值
final
desc List<String>
字段注释信息
final
enText String?
常量字段映射的英文值
final
hashCode int
The hash code for this object.
no setterinherited
name String
字段名称
final
nullAble bool
是否可以为null
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secrecy bool
是否为保密字段
final
type String
字段类型
final
wrapFlat bool
包装字段不使用键值对
final
zhText 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