url property

String url
getter/setter pair

完整的请求地址(包含http(s)://),或者是相对地址(需调用过workConfig设置全局dio根地址)

Implementation

late String url;