Gematria class

gematria for Dart Author: Radu Ene Released under MIT License.

Constructors

Gematria({int limit = 0, bool order = false, bool geresh = true, bool punctuate = true})

Properties

geresh bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int
getter/setter pair
order bool
getter/setter pair
punctuate bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

gematria(Object number, {int? limit, bool? order, bool? geresh, bool? punctuate}) Object
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

letters Map<int, String>
final
numbers Map<String, int>
final