kakao_flutter_sdk
search
WebResult
toString method
toString
kakao_flutter_sdk
search
WebResult
toString method
WebResult class
Constructors
WebResult
Properties
contents
datetime
title
url
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
toString
method
@override
String
toString
(
)
Returns a string representation of this object.
Implementation
@override String toString() => toJson().toString();