OnConfigTableInterceptor mixin
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResponseParse(
String response) → String? - 配置表响应数据解析(解析后数据格式为key-value对象的json数据) (一般用于api返回json格式与框架json解析格式不一致时处理)
-
onUrl(
) → String - 配置表请求地址
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited