message property

String get message

消息内容

Implementation

String get message => _error?.toString() ?? _exception?.toString() ?? "";