DeprecationDate class

Marks a specific deprecation deadline for DeprecatedFrom.

Constructors

DeprecationDate(int year, int month, int dayOfMonth)
Create a deprecation date for DeprecatedFrom.
const

Properties

dayOfMonth int
The day 1..31.
final
hashCode int
The hash code for this object.
no setterinherited
month int
The month 1..12.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
The year.
final

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