Meowatar class

Constructors

Meowatar()

Properties

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

Methods

asBytes(int seed) Future<List<int>>
Generate png as a list of ints from seed value
draw(int seed) Future<Image?>
Convert seed into img.Image
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

imageCache Map<int, Image>
img.Image cache.
getter/setter pair
pngCache Map<int, List<int>>
PNG cache.
getter/setter pair