Course class

Annotations
  • @JsonSerializable()

Constructors

Course({required String code, required String title, String? className, String? group, required String? units, String? hours, String? required, String? at, required List<SectionTime> times, Location? location, required List<String> instructors})
Course.fromJson(Map<String, dynamic> json)
factory
Course.fromRawJson(String str)
factory

Properties

at String?
final
className String?
final
code String
final
group String?
final
hashCode int
The hash code for this object.
no setterinherited
hours String?
final
instructors List<String>
final
location Location?
final
required String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
times List<SectionTime>
final
title String
final
units String?
final

Methods

copyWith({String? code, String? title, String? className, String? group, String? units, String? hours, String? required, String? at, List<SectionTime>? times, Location? location, List<String>? instructors}) Course
getInstructors() String
getTimesShortName(List<TimeCode>? timeCode) String
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