seed property

String? seed
getter/setter pair

The seed used when evaluating the hash function to map an instance to a value in the hash space.

This is a string which can have 0 - 32 characters and can contain ASCII characters [-_.0-9a-zA-Z]. The string is case-sensitive.

Optional.

Implementation

core.String? seed;