NumerologyCalculator class

A Calculator.

Constructors

NumerologyCalculator()

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

attitudeNumber(DateTime birthday) int
Returns Attitude Number of the person who was born in birthday
consonantNameDigit(String fullBirthName) String
Return a name in digits only for consonants (include 'y') using Pythagorean Numerology table.
destinyNumber(DateTime birthday) int
Returns Destiny Number of person who was born on birthday
expressionNumber(String fullBirthName) int
Return Expression number or can be called Mission or Life Purpose number of person who was born with fullBirthName
lifePathNumber(DateTime birthday) int
Return Life Path Number of personal who was born on birthday
nameInDigit(String fullBirthName) String
Return a name in digits using Pythagorean Numerology table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
personalDay(DateTime currentDate, DateTime birthday) int
Return Personal Day currentDate of person who was born on birthday
personalityNumnber(String fullBirthName) int
Returns Personality number or can be called Impression, Outer Self or Adapted Self number
personalMonth(DateTime currentDate, DateTime birthday) int
Return current Personal Month for person who was born in birthday
personalYear(DateTime birthday, {DateTime? currentYear}) int
Return current Personal Year for person who was born in birthday
rulingNumber(DateTime birthday) int
Return Ruling Number for the given birthday.
soulUrgeNumber(String fullBirthName) int
Returns Soul Urge number or can be called Heart Desire or Inner Self number
sumReduceNumText(String text) int
Return sum reduce to single digit in range 1, 9
sumReduceNumTextWithMaster(String text) int
Return sum reduce to single digit with specical Master number , 11, 22, and 33
toDdMnYyyy(DateTime dateTime) String
Returns date in dd-MM-yyy format
toDmy(DateTime dateTime) String
Return date in ddMMyyyy format
toString() String
A string representation of this object.
inherited
universalYearNumber({DateTime? dateTime}) int
Return current Universal Year Number
vowelsNameDigit(String fullBirthName) String
Return a name in digits only vowels using Pythagorean Numerology table.

Operators

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