JsDataParser class

js_data_parser @Author ruilin @Date 2024/3/20

@Description

Constructors

JsDataParser.new()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkHttpData(Map data) bool
genErrorResponse(JsResultCode httpResult) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseHttpRequest(String json) HttpRequestModel?
parseHttpResponse(dynamic id, HttpResponseModel res) String?
parseSpRead(String json) SpReadModel?
parseSpReadResponse(dynamic id, dynamic value) String?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited