PackageModel class abstract
作者:李佳奇 日期:2022/5/2 备注:数据包模型,一般应用于复杂模块的输出标准化
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAbnormal → bool
-
异常记录包
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPackage(
) → Map< String, String> - 记录包
-
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