message property

String? message

获取本次请求返回的结果消息(用户接口协议中约定的消息或者根据规则生成的本地信息,并非http响应消息)

Implementation

String? get message => _message;