WsSubTokenId constructor
WsSubTokenId({
- String? tokenId,
Implementation
factory WsSubTokenId({
$core.String? tokenId,
}) {
final result = create();
if (tokenId != null) result.tokenId = tokenId;
return result;
}