menu
microsoft_graph_api package
documentation
models/contact/contact_folder_model.dart
ContactFolder
ContactFolder constructor
ContactFolder constructor
dark_mode
light_mode
ContactFolder
constructor
ContactFolder
(
{
String
?
displayName
,
String
?
id
,
String
?
parentFolderId
,
})
Implementation
ContactFolder({this.displayName, this.id, this.parentFolderId});
microsoft_graph_api package
documentation
models/contact/contact_folder_model
ContactFolder
ContactFolder constructor
ContactFolder class