AddEntityResult class
创建Entity响应结果
Constructors
- AddEntityResult({int tag, int status, String message})
- AddEntityResult.fromMap(Map map)
- map => AddEntityResult
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map - BaseResult => map
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited