random property

  1. @protected
Random? random
final

Random number generator used by newSecretKey for generating secret keys.

If null, subclasses MUST use Random.secure.

Implementation

@protected
final Random? random;