ItemId.withUniqueId constructor

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

Implementation

ItemId.withUniqueId(String uniqueId) : super.fromUniqueId(uniqueId);