SectionTime class

Annotations
  • @JsonSerializable()

Constructors

SectionTime({required int weekday, required int index})
SectionTime.fromJson(Map<String, dynamic> json)
factory
SectionTime.fromRawJson(String str)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
index of CourseData.timeCodes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekday int
The day of the week DateTime.monday..DateTime.sunday. In accordance with ISO 8601 a week starts with Monday, which has the value 1.
final
weekDayIndex int
no setter

Methods

copyWith({int? weekDay, int? index}) SectionTime
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

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