Pattern class

Pattern itself Map and metadata describing it

Constructors

Pattern(String _name, Map<int, String>? _map, {int clues = 0, String author = "Anonymous"})
Constructs a new Pattern object clues is defined by # of clues given

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

getMap() Map<int, String>?
getName() String
Getters and setters I can only make these comments so interesting and no more :l
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