menu
ews package
documentation
ComplexProperties/StringList.dart
StringList
StringList.fromStrings constructor
StringList.fromStrings constructor
dark_mode
light_mode
StringList.fromStrings
constructor
StringList.fromStrings
(
Iterable
<
String
>
strings
)
Initializes a new instance of the
The strings.
Implementation
StringList.fromStrings(Iterable<String> strings) { this.AddRange(strings); }
ews package
documentation
ComplexProperties/StringList
StringList
StringList.fromStrings constructor
StringList class