menu
ews package
documentation
ComplexProperties/UniqueBody.dart
UniqueBody
toString method
toString method
dark_mode
light_mode
toString
method
@
override
String
toString
(
)
override
Returns a
Implementation
@override String toString() { return (this.Text == null) ? "" : this.Text!; }
ews package
documentation
ComplexProperties/UniqueBody
UniqueBody
toString method
UniqueBody class