DateDTO class
Constructors
- DateDTO.new({int? epochMillis, String? friendly, String? iso8601, String? jira})
-
DateDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- epochMillis → int?
-
Date as the number of milliseconds that have elapsed since 00:00:00
Coordinated Universal Time (UTC), 1 January 1970.
final
- friendly → String?
-
Date in a user-friendly text format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iso8601 → String?
-
Date in ISO8601 format.
final
- jira → String?
-
Date in the format used in the Jira REST APIs, which is ISO8601 format but
extended with milliseconds. For example, 2016-09-28T23:08:32.097+1000.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? epochMillis, String? friendly, String? iso8601, String? jira}) → DateDTO -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited