currentSeed property

int? get currentSeed

Returns the current seed, if one was explicitly bound.

Implementation

int? get currentSeed => _currentSeed;