SendId constructor
SendId(
- String id,
- SendIdType type
Construct a Send ID
Type can be either SendIdType.client or SendIdType.jar, which impacts the format of the link
Implementation
SendId(this.id, this.type);