$Date class

Used by:

  • adexchangebuyer2:v2beta1 : Date
  • fcmdata:v1beta1 : GoogleTypeDate

Constructors

$Date({int? day, int? month, int? year})
$Date.fromJson(Map json_)

Properties

day ↔ int?
Day of a month.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
month ↔ int?
Month of a year.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
year ↔ int?
Year of the date.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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