AggregatedDataRange class

Annotations
  • @freezed

Constructors

AggregatedDataRange({@JsonKey(name: 'end_date') required DateTime endDate, @JsonKey(name: 'end_text') required String endText, @JsonKey(name: 'start_date') required DateTime startDate, @JsonKey(name: 'start_text') required String startText, required DateTime end, required DateTime start, required String timezone})
const
factory
AggregatedDataRange.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $AggregatedDataRangeCopyWith<AggregatedDataRange>
no setterinherited
end DateTime
no setterinherited
endDate DateTime
no setterinherited
endText String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
no setterinherited
startDate DateTime
no setterinherited
startText String
no setterinherited
timezone String
no setterinherited

Methods

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

Operators

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