CryptDataBuilder constructor
CryptDataBuilder(
- String id
Creates a new builder for CryptData.
Parameters:
-
id
: The identifier name, which must not exceed 32 characters in length and must be a sequence of characters in[a-z0-9-]
.Good identifiers should be should be explicit (human readable, not a single digit), with a length of about 5 to 10 characters.
Implementation
CryptDataBuilder(this.id);