RandomImage class

Implemented types

Constructors

RandomImage(ImageType type)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ImageType
final

Methods

getImagePath() String
Must return black&white image based on the ImageType.
override
getImagePathColored() String
Must return colored image based on the ImageType.
override
nextRandom() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetUsedRandomNumbers() → void
toString() String
A string representation of this object.
inherited

Operators

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