menu
ews package
documentation
ComplexProperties/StringList.dart
StringList
toString method
toString method
dark_mode
light_mode
toString
method
@
override
String
toString
(
)
override
Generates a String representation of all the items in the list.
Implementation
@override String toString() { return this._items.join(","); }
ews package
documentation
ComplexProperties/StringList
StringList
toString method
StringList class