FolderId.fromUniqueId constructor

FolderId.fromUniqueId(
  1. String uniqueId
)
Initializes a new instance of the The unique Id used to initialize the FolderId.

Implementation

FolderId.fromUniqueId(String uniqueId) : super.fromUniqueId(uniqueId) {}