Development class

Provides data related to the development.

Constructors

Development({int? seed})
Provides data related to the development.
const

Properties

boolean bool
Returns a random boolean value.
no setter
hashCode int
The hash code for this object.
no setterinherited
ility String
Returns a random system quality attribute.
no setter
os String
Returns a random operating system or distributive name.
no setter
programmingLanguage String
Returns a random programming language from the list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int?
final
softwareLicense String
Returns a random software license.
no setter
systemQualityAttribute String
Returns a random system quality attribute.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
version({bool calVer = false, bool preRelease = false}) String
Returns version number.

Operators

operator ==(Object other) bool
The equality operator.
inherited