MConstructorNot class

构造函数必须时必须的map参数 且只有一个参数Map<String,dynamic>类型的参数 默认是uri的参数叠加传入的Map参数 若传入的arg非map则以null的key的值存在 禁止模式模式时有效 不扫描的构造函数

Inheritance
Annotations

Constructors

MConstructorNot()
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