Nameday class

Definitely not A Calculator.

Constructors

Nameday()

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

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 Methods

searchByName({required String name, required Countries country}) Future<SearchByNameData>
Returns a month and day when the nameday of the searched name is celebrated. A name and a country or country code must be specified.
specificDay({required int day, required int month, Countries? country}) Future<SpecificDayData>
Returns the nameday(s) celebrated on the specified day. A month and a day must be specified. Specifying a country or country code is optional.
today({Countries? country}) Future<OneDayData>
Returns today's namedays. Specifying a country or country code is optional.
tomorrow({Countries? country}) Future<OneDayData>
Returns tomorrow's namedays. Specifying a country or country code is optional.
yesterday({Countries? country}) Future<OneDayData>
Returns yesterday's namedays. Specifying a country or country code is optional.