DateTimeLang enum

Inheritance

Constructors

DateTimeLang({required DateTimeLangModel model})
const

Values

hi → const DateTimeLang

Hindi

const DateTimeLang(model: DateTimeLangModel(code: "hi", justnow: "हाल ही में", timeagosuffix: "पूर्व", years: "वर्षों", days: "दिन", hours: "घंटे…
en → const DateTimeLang

English

const DateTimeLang(model: DateTimeLangModel(code: "en", justnow: "Just now", timeagosuffix: "ago", years: "Years", days: "Days", hours: "Hours&qu…

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
model DateTimeLangModel
final
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.
override

Operators

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

Static Properties

defaultLang DateTimeLang
getter/setter pair

Static Methods

dateTimeLang([DateTimeLang? lang]) DateTimeLangModel

Constants

values → const List<DateTimeLang>
A constant List of the values in this enum, in order of their declaration.