ClosingRange class
- Inheritance
- Available extensions
Constructors
- ClosingRange({required DateTime date, required DateTime start, required DateTime end})
- ClosingRange.fromJson(String source)
-
factory
-
ClosingRange.fromMap(Map<
String, dynamic> map) -
factory
Properties
Methods
-
copyWith(
{DateTime? date, DateTime? start, DateTime? end}) → ClosingRange -
isInRange(
DateTime startDateRange, DateTime endDateRange) → bool -
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.
override
Static Properties
- dummyFeb → ClosingRange
-
final
- dummyJuly21ToOct21 → ClosingRange
-
final
- dummyLastMonth → ClosingRange
-
final
- dummyMar → ClosingRange
-
final
- dummyNov20ToJuly21 → ClosingRange
-
final