CoreConfig class
Constructors
Properties
- baseUrl → String
-
read-only
- connectTimeout ↔ int
-
连接超时时间
read / write
- devHost ↔ String
-
开发环境
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hostSuffix ↔ String
-
baseUrl通用后缀,如/app/**
read / write
- interceptors ↔ Interceptors
-
dio的拦截器
read / write
- prodHost ↔ String
-
生产环境
read / write
- profiles ↔ Profiles
-
read / write
- receiveTimeout ↔ int
-
接收数据最大时间
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- testHost ↔ String
-
测试环境
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited