kakao_flutter_sdk
search
SearchEnvelope
<
T
>
toString method
toString
kakao_flutter_sdk
search
SearchEnvelope
<
T
>
toString method
SearchEnvelope class
Constructors
SearchEnvelope
Properties
documents
meta
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();