MConstructor class

指定Class的构造函数 当使用在默认构造函数上时(非命名构造函数) 会生成两种构造路径 "" 代表默认构造函数 就是非命名构造函数

Inheritance
Annotations

Constructors

MConstructor({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