flutter_baidu_yingyan_trace
flutter_baidu_yingyan_trace
GatherResult
toMap method
toMap
flutter_baidu_yingyan_trace
flutter_baidu_yingyan_trace
GatherResult
toMap method
GatherResult class
Constructors
fromMap
Properties
hashCode
message
runtimeType
status
Methods
noSuchMethod
toMap
toString
Operators
operator ==
toMap
method
Map
toMap
(
)
Implementation
Map toMap() { return { "status" : status, "message" : message, }; }