GlobalOptions class Null safety
GlobalOptions stores the global options passed into the library on instantiation. rng is the random number generator function to use. Defaults to UuidUtil.mathRNG namedArgs is a map of named arguments to pass to the RNG function positionalArgs is a list of positional arguments to pass to the RNG function
Constructors
-
GlobalOptions(Function? rng, Map<
Symbol, dynamic> ? namedArgs, List? positionalArgs) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited