menu
ews package
documentation
ComplexProperties/StringList.dart
StringList
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
String
s
)
Adds a String to the list.
The String to add.
Implementation
void Add(String s) { this._items.add(s); this.Changed(); }
ews package
documentation
ComplexProperties/StringList
StringList
Add method
StringList class