menu
ews package
documentation
misc/FolderIdWrapperList.dart
FolderIdWrapperList
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
Folder
folder
)
Adds the specified folder.
The folder.
Implementation
void Add(Folder folder) { this._ids.add(new FolderWrapper(folder)); }
ews package
documentation
misc/FolderIdWrapperList
FolderIdWrapperList
Add method
FolderIdWrapperList class