AssetId constructor

AssetId(
  1. String id
)

Implementation

AssetId(String id) : super(EntityType.ASSET, id);