DateRangeFilterRequest class

List issues archived within a specified date range.

Constructors

DateRangeFilterRequest({required String dateAfter, required String dateBefore})
DateRangeFilterRequest.fromJson(Map<String, Object?> json)
factory

Properties

dateAfter String
List issues archived after a specified date, passed in the YYYY-MM-DD format.
final
dateBefore String
List issues archived before a specified date provided in the YYYY-MM-DD format.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? dateAfter, String? dateBefore}) DateRangeFilterRequest
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