ResponseModel class
Constructors
- ResponseModel(String json, String type)
-
ResponseModel.fromMap(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initMessage → String
-
no setter
- json → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tryParseJson
→ Map<
String, dynamic> -
尝试解析json-> Map
no setter
- type → String
-
final
Methods
-
handle(
) → void - 对idea插件端的数据进行处理
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited