DateTimeLangModel class
Constructors
- DateTimeLangModel({required String code, required String justnow, required String timeagosuffix, required MetaData months, required MetaData shortmonths, required MetaData weekdays, required MetaData shortweekdays, required String years, required String days, required String hours, required String minutes, required String seconds, required String shortyears, required String shortdays, required String shorthours, required String shortminutes, required String shortseconds})
-
const
- DateTimeLangModel.fromJson(String str)
-
factory
-
DateTimeLangModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
- code → String
-
final
- days → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hours → String
-
final
- justnow → String
-
final
- minutes → String
-
final
- months → MetaData
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seconds → String
-
final
- shortdays → String
-
final
- shorthours → String
-
final
- shortminutes → String
-
final
- shortmonths → MetaData
-
final
- shortseconds → String
-
final
- shortweekdays → MetaData
-
final
- shortyears → String
-
final
- timeagosuffix → String
-
final
- weekdays → MetaData
-
final
- years → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited