m4e_sdk
m4e_sdk
User
toString method
toString
m4e_sdk
m4e_sdk
User
toString method
User class
Constructors
User
Properties
id
props
hashCode
runtimeType
stringify
Methods
toString
noSuchMethod
Operators
operator ==
toString
method
@override
String
toString
(
)
Returns a string representation of this object.
Implementation
@override String toString() => 'User(id: $id)';