ContactFolder constructor

ContactFolder({
  1. String? displayName,
  2. String? id,
  3. String? parentFolderId,
})

Implementation

ContactFolder({this.displayName, this.id, this.parentFolderId});