MField class

指定Class的属性

Inheritance
Annotations

Constructors

MField({String key = '', String tag = '', int ext = -1, bool flag = false})
const

Properties

ext int
ext 扩展属性
finalinherited
flag bool
flag 标识属性
finalinherited
hashCode int
The hash code for this object.
no setterinherited
key String
key 主键
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
tag 附加内容
finalinherited

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