DeleteEntityResult class
删除Entity响应结果
Constructors
- DeleteEntityResult({int tag, int status, String message})
 - DeleteEntityResult.fromMap(Map map)
 - map => DeleteEntityResult
 
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